dxxzst 大佬有话说 :
甲骨文的主机使用ssh账号密码登陆的方法
本帖最后由 dxxzst 于 2020-2-29 21:19 编辑
https://s2.jpg.cm/2020/02/29/qbhcT.png
创建VPS的时候使用一下代码就行了。其他默认不用管
#!/bin/bash
echo root:youneed.win |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 service sshd restart
默认密码是: youneed.win
登录后一定要修改密码!命令:passwd
llmwxt 大佬有话说 :
去年甲骨文一开,都已经大家都知道了,教程到处都是