設定 Linux 只允許某些使用者遠端登入
編輯 /etc/ssh/sshd_config 檔案.
加入允許的使用者
AllowUsers sam root
AllowGroups wheel
設定完後記得重新啟動 sshd
# service sshd restart
編輯 /etc/ssh/sshd_config 檔案.
加入允許的使用者
AllowUsers sam root
AllowGroups wheel
設定完後記得重新啟動 sshd
# service sshd restart