导读:一,设置 root 密码.先选择从浏览器打开 ssh 连接服务器.切换到 root 账号,输入代码:sudo -i.设置 root 密码,输入代码:passwd.二,开启 SSH 权限.CentOS 和 Debian 通用,输入以下两条命令.sed -i ’s/PermitRoo
sudo -i
passwd
CentOS 和 Debian 通用,输入以下两条命令
sed -i ’s/PermitRootLogin no/PermitRootLogin yes/g’ /etc/ssh/sshd_config
sed -i ’s/PasswordAuthentication no/PasswordAuthentication yes/g’ /etc/ssh/sshd_config
Ubuntu 系统,输入以下两条命令
sed -i ’s/ #PermitRootLogin prohibit-password/PermitRootLogin yes/g’ /etc/ssh/sshd_config
sed -i ’s/PasswordAuthentication no/PasswordAuthentication yes/g’ /etc/ssh/sshd_config
重启服务器 :
reboot
以上就是谷歌云设置 ROOT 用户以及允许第三方 SSH 登录教程。
系统更新
apt update -y && apt install -y wget sudo
一键脚本 (ubuntu 20.04)时间半个小时吧,耐心等待就行
bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh') --ip-addr 10.146.0.3 --ip-gate 10.146.0.1 --ip-mask 255.255.255.0 -u 20.04 -v 64 -p 123456 -port 22
仅适用于谷歌云 (密码:123456 ) SSH 端口: 22
参数修改
系统参数
-d 10 【7、8、9、10,11】Debian
-u 20.04 【14.04、16.04、18.04、20.04】Ubuntu
apt update -y && apt full-upgrade -y && apt install -y curl wget sudo socat
上一篇:【短道速滑十】从单幅图像中评估加
下一篇:awk 处理 Git 提交信息生