Linux環境でSSH制限
Linux環境でhosts.allow , host.denyの設定
簡単にLinux環境でローカルで試験するために設定したので、メモのために残しておきます。
/etc/hosts.allow設定
私の環境はCent OS 8でリモートアクセスの許可を/etc/hosts.allowで設定します。
IPアドレスは192.168.3.〇〇/24で、一応私だけでなく他の同じネットワーク上の方も触れるように、しました。
設定は下記です。
sshd : 192.168.3.
/etc/hosts.deny設定
hosts.allowで設定した以外の全てのIPアドレスからのSSH接続を禁止します。
sshd : all
まとめ
少なくてすいません。
最近はLinuxも勉強中です。
Author And Source
この問題について(Linux環境でSSH制限), 我々は、より多くの情報をここで見つけました https://qiita.com/daichimizuno/items/38140d7866a9ff857327著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .