ssh设置

Posted 若丶相依

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ssh设置相关的知识,希望对你有一定的参考价值。

方法一:
在/etc/hosts.allow中添加允许ssh登陆的ip或者网段

sshd:192.168.1.2:allow
sshd:192.168.1.0/24:allow
在/etc/hosts.deny添加不允许ssh登陆的IP
sshd:ALL #ALL表示除了上面允许的,其他的ip 都拒绝登陆ssh


方法二:
使用iptables。

iptables -A INPUT -p tcp -s 192.168.1.2 --destination-port 22 -j ACCEPT
iptables -A INPUT -p tcp --destination-port 22 -j DROP

方法三:
修改ssh配置文件

vi /etc/ssh/sshd_config
添加一行:
allowusers [email protected]
注:xxx为你用来登入服务器的用户名。

以上是关于ssh设置的主要内容,如果未能解决你的问题,请参考以下文章

大数据设置SSH免密钥(转)

SSH 连接过程设置环境变量

Windows下设置SSH免密

Linux下设置SSH Server设置时间链接限制

如何在 CentOS / RHEL 上设置 SSH 免密码登录

如何现在ssh超时时间阿