私の/etc/ssh/sshd_config
ファイルには次のような行があります:
AllowUsers [email protected]
jim
に別のIPアドレスの使用を許可する場合、どのように指定しますか?
コンマ区切りリストの形式を取りますか?または、次のような同様の行を追加します
AllowUsers jim@new-ip-address
?
私はやります
AllowUsers [email protected] [email protected]
OR
AllowUsers [email protected].*
動作するはずです。つまり、内部にいて、動的IPを持っている場合です。