Fedora 12
Sponsored Link

Password Authentication2010/05/25

  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@dlp ~]#
vi /etc/ssh/sshd_config


# line 42: make valid and change 'no'

PermitRootLogin
no


# line 63: make valid

PermitEmptyPasswords no
PasswordAuthentication yes

[root@dlp ~]#
/etc/rc.d/init.d/sshd restart
[2] Get an apprication which you can login from Windows clients. This example uses Putty for it. Input your server's IP address and Click 'Open' button. ( Following example shows IP address 10.0.0.30, but this is the one in my environment, so please input IP address which you set on your own environment. )
 
Matched Content