I'm trying to SSH to my dedicated server (Ubuntu 12.04 LTS) from my school and the connect ends abruptly with this error:
[IMG]http://puu.sh/4W93Q.png[/IMG]
I've tried connecting to other servers, changing the ports, changing compression, but nothing changes. I have the LogLevel of the SSH Daemon on my server running on full alert but nothing has been logged pertaining to these connection attempts.
My school blocks all applications besides Java jar files (I use Mindterm as my SSH client). I believe my school uses some form of the [URL="http://www.iboss.com/"]iBoss Network Security Suite[/URL] as a firewall (which is probably scrambling the packet or something) and I know for a fact all the computers are managed by [URL="http://www.jamfsoftware.com/"]JAMF Software[/URL] (digging around in system log files).
Other people have had this exact problem as well:
[URL]http://stackoverflow.com/questions/2419412/ssh-connection-stop-at-debug1-ssh2-msg-kexinit-sent[/URL]
[URL]http://askubuntu.com/questions/60350/putty-works-but-ssh-from-terminal-fails-after-ssh2-msg-kexinit[/URL]
[URL]http://superuser.com/questions/54113/how-do-you-diagnose-ssh-connection-stalling-after-ssh2-msg-kexinit[/URL]
[URL]http://www.gossamer-threads.com/lists/openssh/users/41227[/URL]
Those iBoss hardware appliances block/mangle SSH packets.
The only two ways I know to circumvent that is to tunnel SSH traffic through HTTPS over port 443, or to use Windows RDP to just remote control the remote host.
My school blocks use of HTTPS as well, so fantastic.
[editline]22nd October 2013[/editline]
Quick question, when you tunneled your connection did you have access to a shell?
Sorry, you need to Log In to post a reply to this thread.