1. 程式人生 > >centos設定ssh安全只允許使用者從指定的IP登陸

centos設定ssh安全只允許使用者從指定的IP登陸

centos設定ssh安全只允許使用者從指定的IP登陸

2018年08月30日 18:26:28 何超傑 閱讀數:1450

1.編輯檔案 /etc/ssh/sshd_config

 vi /etc/ssh/sshd_config
  • 1

2.root使用者只允許在如下ip登入

AllowUsers [email protected]
AllowUsers [email protected]
  • 1
  • 2

3.重啟ssh生效

service sshd restart
  • 1

4.取消ip登入限制

如果取消ip登入限制,則刪除AllowUsers項即可