윈도우즈 클라이언트에서 OpenSSH 서버로 접속시에 문제
글쓴이: blna999 / 작성시간: 월, 2004/11/08 - 3:32오후
레드햇 9(OpenSSH 3.5p1)를 설치했는데 ssh 접속이 이상합니다.
윈도우즈에서 putty와 ssh secure shell을 사용해서 접속을 시도해보았지만 모두 안 되었고, 컨맨드에서 ssh2 명령어로도 접속이 안됩니다.
하지만 다른 리눅스 머신에서 접속할 경우에는 문제없이 잘 돌아갑니다.
OpenSSH 3.9p1으로 업데이트해도 문제가 해결되지 않았습니다.
sshd_config는 XForwarding만 yes로 변경하였고, 나머지는 디폴트로 두었습니다.
윈도우즈에서 SSH접속이 안되는 경우 어떻게 해야하나요?
Forums:
sshd 로그를 보시기 바랍니다.분명 안될땐 이유가 나올겁니다.
sshd 로그를 보시기 바랍니다.
분명 안될땐 이유가 나올겁니다.
---------
간디가 말한 우리를 파괴시키는 7가지 요소
첫째, 노동 없는 부(富)/둘째, 양심 없는 쾌락
셋째, 인격 없는 지! 식/넷째, 윤리 없는 비지니스
이익추구를 위해서라면..
다섯째, 인성(人性)없는 과학
여섯째, 희생 없는 종교/일곱째, 신념 없는 정치
/var/log/messages와 /var/log/secure를 검색해보
/var/log/messages와 /var/log/secure를 검색해보았지만 리눅스에서 접속한 로그만 남아있고 윈도우즈에서 접속한 로그는 없었습니다.
프로토콜이 2와 1을 지원하도록 설정되어 있는지 확인하세요.Pro
프로토콜이 2와 1을 지원하도록 설정되어 있는지 확인하세요.
Protocol 2,1
__________________________________________________
모두 다 Hardy로 업그레이드 하고 있습니다.
프로토콜은 2,1을 모두 지원하도록 설정되어 있습니다.리눅스머신에서
프로토콜은 2,1을 모두 지원하도록 설정되어 있습니다.
리눅스머신에서 -2 -1 옵션을 이용한 접속도 문제가 없습니다.
하지만 윈도우에서는 안됩니다.
debug: SshAppCommon/sshappcommon.c:133:
debug: SshAppCommon/sshappcommon.c:133: Allocating global SshRegex context.
debug: SshConfig/sshconfig.c:2232: Unable to open C:/Documents and Settings/csjeong/Application Data/SSH/ssh2_config
debug: Connecting to biopc16.kaist.ac.kr, port 22... (SOCKS not used)
debug: Ssh2/ssh2.c:1976: Entering event loop.
debug: Ssh2Client/sshclient.c:1403: Creating transport protocol.
debug: SshAuthMethodClient/sshauthmethodc.c:85: Added "publickey" to usable methods.
debug: SshAuthMethodClient/sshauthmethodc.c:85: Added "password" to usable methods.
debug: Ssh2Client/sshclient.c:1444: Creating userauth protocol.
debug: client supports 2 auth methods: 'publickey,password'
debug: Ssh2Common/sshcommon.c:560: local ip = 143.248.30.157, local port = 2121
debug: Ssh2Common/sshcommon.c:562: remote ip = 143.248.31.213, remote port = 22
debug: SshConnection/sshconn.c:1930: Wrapping...
윈도우즈 커맨드 라인에서 ssh2 -V 옵션으로 나오는 로그를 보니까 바로위의 행에서 멈춰있는 현상이 보입니다.
openssh가 아니라 TCP connection의 문제?
tcp dump를 조사해본 결과 서버가 ESTABLISHED 안되고 SYN_RECV로 멈춰있는 것을 발견하였습니다.
openssh 자체의 문제가 아닌 것으로 보이므로 따로 질문을 올리겠습니다.
주소 참고.
http://bbs.kldp.org/viewtopic.php?t=46859
댓글 달기