Jump to content

hi, so i use PuTTY to get access to a virtual ubuntu server with the IP adress and SSH.
and i can use commands in the putty window but the GUI is in this other window and i don't know the password but i have access through PuTTY
is it any commado so i can get through the loggin screen?

ubuntu login.jpg

consol.jpg

Link to comment
https://linustechtips.com/topic/965712-remote-server-ubuntu/
Share on other sites

Link to post
Share on other sites

Most likely there is no password on the user and it can only be accessed with a ssh public key, if you can login to the machine with putty as the ubuntu user you could get root access with "sudo -i" and than assign a password to the user you want to access "passwd <insert_username>".

Link to comment
https://linustechtips.com/topic/965712-remote-server-ubuntu/#findComment-11697571
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×