2010年9月5日 星期日

[CentOS] 限制使用SSH登入的User

# vim /etc/ssh/sshd_config

在檔案最後一行加上:
AllowUsers username1 username2

重新啟動 ssh 服務:

# /etc/rc.d/init.d/sshd restart

See Also
http://www.openssh.com/manual.html
Related Posts Plugin for WordPress, Blogger...