Ubuntu 10.04
Sponsored Link

Password Authentication2010/07/18

  Before configuration, it's neccessary to set config on router that tcp packets to port 22 of the server can pass through.
 
[1] Configure SSH server for Windows clietnts' computer to be able to login from them. This is the way with Password Authentication.
root@ubuntu:~#
aptitude -y install ssh


root@ubuntu:~#
vi /etc/ssh/sshd_config


# line 26: change to "no"

PermitRootLogin
no


root@ubuntu:~#
/etc/init.d/ssh restart

* Restarting OpenBSD Secure Shell server sshd
[ OK ]

[2] Get an apprication which you can login from Windows clients. This example uses Putty.
Input your server's IP address and Click 'Open' button.
 
Matched Content