09 2023 档案

摘要:1.限制用户SSH登录 只允许指定用户进行登录(白名单): 在/etc/ssh/sshd_config配置文件中设置AllowUsers选项,(配置完成需要重启 SSHD 服务)格式如下: AllowUsers user1 user2@192.168.5.* user3@192.168.122.1 阅读全文
posted @ 2023-09-15 10:58 ishmaelwanglin 阅读(1850) 评论(0) 推荐(0) 编辑
摘要:修改PAM策略/etc/pam.d/su # # The PAM configuration file for the Shadow `su' service # # This allows root to su without passwords (normal operation) auth s 阅读全文
posted @ 2023-09-15 10:53 ishmaelwanglin 阅读(261) 评论(0) 推荐(0) 编辑