标签:权限 restart 服务 The cat config ubuntu rda pass
1 在服务器上生成密钥 # ssh-keygen
2 创建目录 # tounch authorized_keys
3 给权限 # chmod 600 authorized_keys
4 修改/etc/ssh/sshd_config
#禁用密码验证
PasswordAuthentication no
#启用密钥验证
RSAAuthentication yes
PubkeyAuthentication yes
5 重启ssh服务
service sshd restart #centos系统
标签:权限 restart 服务 The cat config ubuntu rda pass
原文地址:https://www.cnblogs.com/GYC-GXm/p/12402128.html