Configuring ssh - Ask Ubuntu
i installed ssh on both linux machines ....both of ports default
permitrootlogin yes allowusers root@user
the password new
account not locked
i've tried
ssh root@user
and
ssh 192.168.x.xxx
any ideas?
you should use lowercase s
in ssh
command:
ssh user@192.168.x.xxx
Comments
Post a Comment