Thanks for the Response Oleg.
Is there a way to capture and display the standard error and standard output of the attempted ssh connection? I'm sure if I can see what the error really is I can craft a solutions.
My guess is the ssh session connection attempt is hanging at something like this:
Nathan
Is there a way to capture and display the standard error and standard output of the attempted ssh connection? I'm sure if I can see what the error really is I can craft a solutions.
My guess is the ssh session connection attempt is hanging at something like this:
$ ssh 192.168.170.209
The authenticity of host '192.168.170.209 (192.168.170.209)' can't be established.
RSA key fingerprint is 93:2e:4c:3f:d7:33:0f:43:54:1a:35:3e:50:02:06:a4.
Are you sure you want to continue connecting (yes/no)?
But without a response back from the failed connection attempt I'm just shooting in the dark...Nathan