<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi. I'm currently able to establish a connection and can even ping
    my server through the tunnel, but for some reason SSH still wouldn't
    connect through the tunnel. Here's what I get when I try to connect.<br>
    <br>
    <code>
      OpenSSH_5.9p1, OpenSSL 1.0.1 14 Mar 2012<br>
      debug1: Reading configuration data /etc/ssh/ssh_config<br>
      debug1: Connecting to 10.0.0.1 [10.0.0.1] port 22.<br>
      debug1: Connection established.<br>
      debug1: identity file /home/kritphong/.ssh/id_rsa type -1<br>
      debug1: identity file /home/kritphong/.ssh/id_rsa-cert type -1<br>
      debug1: identity file /home/kritphong/.ssh/id_dsa type -1<br>
      debug1: identity file /home/kritphong/.ssh/id_dsa-cert type -1<br>
      debug1: identity file /home/kritphong/.ssh/id_ecdsa type -1<br>
      debug1: identity file /home/kritphong/.ssh/id_ecdsa-cert type -1<br>
      debug1: Remote protocol version 2.0, remote software version
      OpenSSH_5.9<br>
      debug1: match: OpenSSH_5.9 pat OpenSSH*<br>
      debug1: Enabling compatibility mode for protocol 2.0<br>
      debug1: Local version string SSH-2.0-OpenSSH_5.9<br>
      debug1: SSH2_MSG_KEXINIT sent<br>
      debug1: SSH2_MSG_KEXINIT received<br>
      debug1: kex: server->client aes128-ctr hmac-md5
      <a class="moz-txt-link-abbreviated" href="mailto:zlib@openssh.com">zlib@openssh.com</a><br>
      debug1: kex: client->server aes128-ctr hmac-md5
      <a class="moz-txt-link-abbreviated" href="mailto:zlib@openssh.com">zlib@openssh.com</a><br>
      debug1: sending SSH2_MSG_KEX_ECDH_INIT<br>
      debug1: expecting SSH2_MSG_KEX_ECDH_REPLY<br>
    </code><br>
    Then it just stops there and does nothing else. Does anyone have any
    ideas how I can get it to work?<br>
  </body>
</html>