អាយធីខ្មែរស៊ែរ : itkhmershare.blogspot.com

Configure SSH Server

Monday, December 3, 20120 comments

 
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 ~]#
vi /etc/ssh/sshd_config
# line 42: uncomment and change 'no'

PermitRootLogin
no
# line 65: uncomment

PermitEmptyPasswords no
PasswordAuthentication yes
[root@dlp ~]#
/etc/rc.d/init.d/sshd restart

Stopping sshd:
[  OK  ]

Starting sshd:
[  OK  ]

Share this article :

Post a Comment