我重新启动了我的实例,并在串行控制台上注意到以下消息。
[....] Starting web server: apache2Apache/2.2.22 mod_ssl/2.2.22 (Pass Phrase Dialog)
Some of your private key files are encrypted for security reasons.
In order to read them you have to provide the pass phrases.
Server [serverdomain].com:443 (RSA)
Enter pass phrase:
但是,当尝试使用适当的 gcutil 字符串通过终端登录时
我得到以下
INFO: Running command line: ssh -o UserKnownHostsFile=/dev/null -o CheckHostIP=no -o StrictHostKeyChecking=no -i /Users/kunalpatel/.ssh/google_compute_engine -A -p 22 kunalpatel@[server IP address] --
ssh: connect to host [server ip address] port 22: Connection refused
所以看来我被锁定在我的机器之外......除非密码以某种方式通过并允许再次连接到服务器。
您是否遇到过这种情况或知道另一种连接方式?