SSH Timeouts

Having issue SSHing into machines. We’ve been able to SSH into builds before no problem, and we’re using a machine that has keys and has successfully connected before.

ssh -p {PORT} ubuntu@{IP} -v

OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011
debug1: Reading configuration data /etc/ssh_config
debug1: /etc/ssh_config line 20: Applying options for *
debug1: Connecting to {IP} [{IP}] port {PORT}.
debug1: connect to address {IP} port {PORT}: Operation timed out
ssh: connect to host {IP} port {PORT}: Operation timed out

There are no current issues with SSH so it must be something specific to your network or environment.

Can you try this from a different network or computer to try to rule out local issues?

Different network worked, can’t SSH from home :confused: Sorry for the bad report!

1 Like

Thanks for letting us know!