This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server 初始化配置 及 VPN的搭建 | |
先给ubuntu用户设置密码 | |
sudo passwd ubuntu | |
更改ssh 允许用户名密码登录 | |
sudo vi /etc/ssh/sshd_config | |
PasswordAuthentication 改成 yes | |
重启ssh 服务 | |
sudo service ssh restart |