标签:centos修改远程端口 设置SSH权限只允许一个IP远程
centos修改远程端口,设置SSH权限只允许一个IP远程登录:修改远程端口:
vi /etc/ssh/sshd_config
修改后:
保存重启SSH:/etc/init.d/sshd restart
设置只允许一个IP远程:
vi /etc/hosts.deny
(添加这条命令)
保存退出后在编辑:
vi /etc/hosts.allow
(添加这条命令,修改后保存)
最后重启SSH:/etc/init.d/sshd restart
完成!
标签:centos修改远程端口 设置SSH权限只允许一个IP远程
原文地址:http://blog.51cto.com/13732077/2113255