归档 write 编程 财务软件 会计 数据库 网络工程 运维 自考 doc文档系统 管理
 
摘要: 实现Linux秘钥和密码同时认证# 解决方案: vim /etc/ssh/sshd_config 基本参数: PermitRootLogin yes #允许root认证登录 PasswordAuthentication yes #允许密码认证RSAAuthentication yes #秘钥认证 P 阅读全文
posted @ 2021-09-19 15:01 少时的路 阅读(326) 评论(0) 推荐(0) 编辑