
几个小时前刚买了个日本的云服务器,在蓝梯子买的,是 vpc 线路,购买完成后,实例创建完成。我尝试 root+密码进行 ssh 登陆,但是服务器主动关闭了连接,谷歌后发现要关闭代理,有可能封了 ip ;关了代理后,要么就是连接超时,要么就是让我二次输入一个密码,我填写 root 的密码后,就出现下面的错误:
Starting a new connection to: "109.xxx.xxx.xxx" port "22" Starting address resolution of "109.xxx.xxx.xxx" Address resolution finished Connecting to "109.xxx.xxx.xxx" port "22" Connection to "109.xxx.xxx.xxx" established Starting SSH session Remote server: SSH-2.0-OpenSSH_9.6p1 Ubuntu-3ubuntu13.5 Agreed KEX algorithm: ecdh-sha2-nistp256 Agreed Host Key algorithm: ecdsa-sha2-nistp256 Agreed server-to-client cipher: aes128-ctr MAC: hmac-sha2-256 Agreed client-to-server cipher: aes128-ctr MAC: hmac-sha2-256 Agreed client-to-server compression: none Agreed server-to-client compression: none Handshake finished Checking host key: 8d:77:fc:65:ce:cc:e1:c4:4e:xx:xx:xx:xx:xx:xx:xx Host "109.xxx.xxx.xxx":"22" is known and matches Authenticating to "109.xxx.xxx.xxx":"22" as "root" Disabling authentication using publickey: Private Key is empty Available client authentication methods: password,keyboard-interactive Authentication that can continue: password Authenticating using password method Authentication failed (password) Partial success: no Authentication that can continue: password Authenticating using password method Authentication failed (password) Partial success: no Authentication that can continue: password Authenticating using password method Authentication failed (password) Partial success: no Authentication that can continue: password No more authentication methods to try
我尝试了谷歌+gpt 给出来的方案进行修改/etc/ssh/sshd_config ,但是没有效果。
目前我还是无法 ssh 连接,只能在蓝梯子的后台管理界面,有个 vnc 按钮,点击后可以进入服务器。
求助大家,我该怎么解决?
1 LittleState 155 天前 via Android 直接 vnc 上连接下本地的 sshd 试试呢,看能连上吗。 ssh [email protected] |
2 taxze OP @LittleState 试了,可以连接 |
3 LittleState 155 天前 via Android @taxze 那不然从服务端看一下 sshd 日志报什么信息。还有可能是不是 pam 配置什么限制了,再看看这俩配置有啥问题没 /etc/ssh/sshd_config 、/etc/pam.d/sshd |
4 Foxkeh 155 天前 什么系统? 看看完整的/etc/ssh/sshd_config |
5 aeron 155 天前 换端口试试,以前碰见过一次新加坡的死活连不上,换端口就可以了 |
6 anviod 155 天前 换 cockpit 试试? |
7 taxze OP 我用重装成 win2012 的系统,也还是就 vnc 可以连接,远程进不去 |
9 taxze OP 能连了,提工单给我解决了,换了个 ip 就好了 |