📜  ssh 允许密码登录子网 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:12.311000             🧑  作者: Mango

代码示例1
# Global settings
…
PasswordAuthentication no
…

# Settings that override the global settings for matching IP addresses only
Match address 192.0.2.0/24
    PasswordAuthentication yes