I created a virtual machine instance for a Google computer and am trying to use SSH. Oddly enough, the ssh command fails with a "No Error" error and ends. Why can this happen? Maybe this is a corporate firewall problem? (If so, how can I find out? I'm running Cygwin on a Windows 2008 server, and the Google virtual machine isntance is Debian linux.
J@VAPMAP01001 /cygdrive/c/Users/J
$ ssh -o UserKnownHostsFile=/dev/null -o CheckHostIP=no -o StrictHostKeyChecking=no - i /home/J23587/.ssh/google_compute_engine -A -p 22 J23587@107.178.220.0 --
ssh: connect to host 107.178.220.0 port 22: No error
J@VAPMAP01001 /cygdrive/c/Users/J
source
share