Configure SSH server for Windows clietnts' computer to be able to login from them. This is the way with Password Authentication.
PasswordAuthentication yes[root@dlp ~]#/etc/rc.d/init.d/sshd restart
Stopping sshd:[ OK ]
Starting sshd:[ OK ]
[root@dlp ~]#vi /etc/ssh/sshd_config
# line 42: uncomment and change 'no'
PermitRootLogin no # line 65: uncomment
PermitEmptyPasswords noPasswordAuthentication yes
Stopping sshd:[ OK ]
Starting sshd:[ OK ]
Comments
Post a Comment