Re: ssh into my computer
Quote:
Originally Posted by djyoung4
(Post 810879)
... now I got it working except I dont know my password. my root password does not work.
|
Ubuntu doesn't have a root password (unless maybe you set one yourself). The password you use is whatever you use to login to Ubuntu - if it's set to autologin then it's the password you use when you " sudo somethingoranother" (both refer to the same password). Also make sure you're specifying your username correctly:
Code:
ssh myusername@ip.address.of.ubuntu
where myusername is your username on Ubuntu of course.
|