當有需要限定某些來源或帳號透過 SSH 登入主機時,可在 /etc/ssh/sshd_config 中設定
AllowUsers admin@1.2.3.4 john@5.6.7.* chen
- Oct 05 Sun 2014 10:14
-
Linux SSH 設定只有特定來源和帳號可以登入
當有需要限定某些來源或帳號透過 SSH 登入主機時,可在 /etc/ssh/sshd_config 中設定
AllowUsers admin@1.2.3.4 john@5.6.7.* chen
請先 登入 以發表留言。