我装在阿里云上的java应用起ssh的session的时候报 java.lang.IllegalStateException: The connection is not authenticated.
,确认过密码配置是对的,腾讯云的进出凑略都改成了ALL允许等,也没有做任何IP端口限制,且确认了腾讯云22端口没问题,哪位大佬帮解决下或者有啥建议等
ssh登陆时提示以下信息,求助!
"System is booting up. See pam_nologin(8)"
Connection closing...Socket close.
Connection closed by foreign host.
Disconnected from remote host(腾讯云) at 11:45:08.
似乎没有使用SSH连接到计算引擎实例的选项。
以下是我已经尝试过的:
云控制台-浏览器SSH
错误:
The VM guest environment is outdated and only supports the deprecated 'sshKeys' metadata item.
使用命令的GCloud云外壳
命令:
$ gcloud compute --project "reflective-data" ssh --zone "us-central1-a" "instance-1"
错误:
Permission den
把Mac本来的公钥添加到腾讯云的ssh登录并绑定了,然后按照文档进行了登录,结果报错了
Warning: Identity file /Users/longwang/.ssh/id_rsa not accessible: No such file or directory.
Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
私钥路径没错,这是为什么呢。求大神指教