Freebsd限定特定IP来使用ssh登录
By admin
- One minute read - 29 words法1.
#ee /etc/hosts.allow
在ALL : ALL : allow的前面加上
sshd : your IP : allow
sshd : ALL : deny
就OK了。
法2.
修改/etc/ssh/sshd_config
加入
Allowusers [email protected]
意思为
只允许admin从172.16.2.188登陆
法3.
防火墙