Amazon LightSail 3.5刀/月 KVM-512MB/20GB/1T 日本
日本 $5测速:
https://paste.ubuntu.com/p/RQKR79p983/
新加坡:
日本 $5:
日本 $10:
启用密码登录:
在创建实例的“启动脚本”中输入以下指令:
echo root:你自己的密码 |sudo chpasswd root
sudo sed -i 's/^.*PermitRootLogin.*/PermitRootLogin yes/g' /etc/ssh/sshd_config;
sudo sed -i 's/^.*PasswordAuthentication.*/PasswordAuthentication yes/g' /etc/ssh/sshd_config;
sudo reboot
成功创建实例以后就可以使用 root 和密码直接登录 SSH 了。
最近回复