Debian 7.0
Sponsored Link

Password Authentication2013/05/06

  Configure SSH Server. Before configuration, it's neccessary to set config on routers that tcp packets to port 22 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@dlp:~#
aptitude -y install ssh
root@dlp:~#
vi /etc/ssh/sshd_config
# line 27: uncomment and change 'no'

PermitRootLogin
no
root@dlp:~#
/etc/init.d/ssh restart

[ ok ] Restarting OpenBSD Secure Shell server: sshd.
[2]
Get an apprication which you can login from Windows clients. This example shows to use Putty like below. Input your server's IP address and Click 'Open' button.
Matched Content