aws ec2服务器 发表于 2019-06-11 | 分类于 aws | 阅读次数: 本文字数: 305 | 阅读时长 ≈ 1 分钟 切换root用户登录12345678910111213141516171819# 密钥证书放到了~/.ssh目录cd ~/.ssh# 把证书权限修改为400chmod 400 aws-tokyo.pem# ssh远程连接ssh -i aws-tokyo.pem ec2-user@ec2-3-113-37-231.ap-northeast-1.compute.amazonaws.com# root用户设置密码sudo passwd root# 切换到root用户su root# 修改 PasswordAuthentication 为 yes vim /etc/ssh/sshd_config# 重启服务器 您的支持将鼓励我继续创作! 打赏 支付宝 本文作者: xiaosl 本文链接: https://lijiangwei.github.io/2019/06/11/cloud-server-aws/ 版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明出处!