ssh 접속 문의

auditory의 이미지

ssh tunneling으로 방화벽 외부에서 내부로 접속하고 있습니다..

대부분 잘 되는데 가끔 안되는때가 있습니다..

안될때는 아래와 같은 상태로 계속 대기 상태가 됩니다.

$ ssh -p 2222 localhost -v
OpenSSH_5.1p1 Debian-5ubuntu1, OpenSSL 0.9.8g 19 Oct 2007
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to localhost [127.0.0.1] port 2222.
debug1: Connection established.
debug1: identity file /home/user_id/.ssh/identity type -1
debug1: identity file /home/user_id/.ssh/id_rsa type -1
debug1: identity file /home/user_id/.ssh/id_dsa type -1

터널링이 제대로 되지 않았다고 봐야하나요?
Connection established 라고 나오는거 보면 뭔가 접속이 되긴한거 같은데요...