日本 $5测速:

https://paste.ubuntu.com/p/RQKR79p983/

8580292341.png

新加坡:

lightsail-sg-5.png

日本 $5:

lightsail-jp-5.png

日本 $10:

lightsail-jp-10.png

启用密码登录:

在创建实例的“启动脚本”中输入以下指令:

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 了。