ssh 이용 접속 실패 [2]

ssh 이용 접속 실패

2005-06-13 11:36 - 박나라

[11:35:26] '211.242.29.xx'로 연결 중...
[11:35:26] Connected.
[11:35:26] Version exchange initiated...
[11:35:26] sshd2[4312]: WARNING: DNS lookup failed for "221.148.56.xx".
[11:35:26] sshd2[4312]: WARNING: DNS lookup failed for "221.148.56.xx".SSH-2.0-3.2.9.1 SSH Secure Shell (non-commercial)

이런 메시지만 나오고 접속이 되질 않는데..
어떻게 해야할까요?
ssh2 이용하였습니다.. 감사합니다..


Re: ssh 이용 접속 실패

2005-06-13 13:53 - 박나라

일단 이부분은 hosts 파일에 해당아이피를 입력하여 해결 하였습니다.. secure crt 에서는 이상없이 접속이 됐는데.. 이상하네요..
하지만 여기를 통과하고 또 난관이.. X11 포워딩에 실패하였다고 나오는데요..

[13:50:26] '211.242.29.xx'로 연결 중...
[13:50:26] Connected.
[13:50:26] Version exchange initiated...
[13:50:26] server: SSH-2.0-3.2.9.1 SSH Secure Shell (non-commercial)
[13:50:26] client: SSH-2.0-libssh_1.3.3.0 1975 NetSarang Computer, Inc.
[13:50:26] SSH2 is selected.
[13:50:26] Algorithm negotiation initiated...
[13:50:26] key exchange: diffie-hellman-group1-sha1
[13:50:26] host key: ssh-dss
[13:50:26] outgoing encryption: aes128-cbc
[13:50:26] incoming encryption: aes128-cbc
[13:50:26] outgoing mac: hmac-sha1
[13:50:26] incoming mac: hmac-sha1
[13:50:26] outgoing compression: none
[13:50:26] incoming compression: none
[13:50:26] Host authentication initiated...
[13:50:26] Hostkey fingerprint:
[13:50:26] ssh-dsa 2048 82:b5:13:c8:0c:42:10:08:a3:00:9a:95:07:82:e7:56
[13:50:26] Accepted. Verifying host key...
[13:50:26] Verified.
[13:50:26] User authentication initiated...
[13:50:26] Sent user name 'evalion'.
[13:50:26] Sent password.
[13:50:27] Access granted.
[13:50:27] X11 포워딩을 요청했습니다...
[13:50:27] 실패.
[13:50:28] Connection closed.

물론 /etc/ssh2/sshd2_config 파일의
AllowX11Forwarding yes
를 셋팅해둔 상태입니다..
다른 어떤곳을 더 손봐야 하는지요..
답변 부탁드립니다..


Re: Re: ssh 이용 접속 실패

2005-06-13 15:44 - 넷사랑

안녕하십니까?
넷사랑컴퓨터 기술지원입니다.

X11 포워딩에 실패했다는 메시지는 해당 서버에서 X11 포워딩 옵션이 켜져 있지 않아서입니다.

1. AllowX11Forwarding yes로 하신 후 SSH 서버를 재부팅하셨는지 확인해 보십시오.

2. SSH 서버가 사용하는 configuration file인 sshd2_config 파일의 위치가 다른 곳에 있을 수도 있습니다. /usr/local/etc/에도 있을 수 있으니 확인해 보시기 바랍니다.

감사합니다.


이전 조회수: 150