aws ssh 设置
编辑此ssh文件
sudo vi /etc/ssh/sshd_config
找到下面的两行 打开注解 no 改成 yes
PermitRootLogin yes
PubkeyAuthentication yes
PasswordAuthentication yes
重启ssh
systemctl restart sshd
linux 密码存储文件
/etc/shadow
修改密码命令
passwd {username}
sudo vi /etc/ssh/sshd_config
找到下面的两行 打开注解 no 改成 yes
PermitRootLogin yes
PubkeyAuthentication yes
PasswordAuthentication yes
systemctl restart sshd
/etc/shadow
passwd {username}