SSH 실행되자 마자 바로 연결이 끊어져 버립니다. [1]
SSH 실행되자 마자 바로 연결이 끊어져 버립니다.
2003-07-23 18:10 - 김진상
telnet이나 ssh 모두 실행후에 바로 창이 없어지면서 연결이 끊어저 버립니다.
그런데 xterm을 실행하거나 root 계정으로 로그인하면 끊어지지 않고 정상적으로 진행됩니다.
레드햇 8.0 사용중입니다.
실행명령은 다음과 같습니다.
/usr/X11R6/bin/hanterm -fn clr8x16 -cr green -geo 80x36+15-15 -fg white -bg black -display $DISPLAY
메시지는
Trying to login as kimjs2.
Trying password authentication...Done.
Requesting X11 forwarding...Done.
Requesting compression...Done.
Remote command has been requested.
X11 channel request arrived.
Establishing X11 connection (id=1)...Done.
X11 channel (id=1) has been closed.
Waiting for forwarded connections to terminate...
The following connections are open:
#1 X11 connection from 127.0.0.1 port 32953 (t4 r1 i2/0 o0/0 fd 10/10)
All forwarding channels are closed, disconnecting...
Disconnected.
그런데 xterm을 실행하거나 root 계정으로 로그인하면 끊어지지 않고 정상적으로 진행됩니다.
레드햇 8.0 사용중입니다.
실행명령은 다음과 같습니다.
/usr/X11R6/bin/hanterm -fn clr8x16 -cr green -geo 80x36+15-15 -fg white -bg black -display $DISPLAY
메시지는
Trying to login as kimjs2.
Trying password authentication...Done.
Requesting X11 forwarding...Done.
Requesting compression...Done.
Remote command has been requested.
X11 channel request arrived.
Establishing X11 connection (id=1)...Done.
X11 channel (id=1) has been closed.
Waiting for forwarded connections to terminate...
The following connections are open:
#1 X11 connection from 127.0.0.1 port 32953 (t4 r1 i2/0 o0/0 fd 10/10)
All forwarding channels are closed, disconnecting...
Disconnected.
Re: SSH 실행되자 마자 바로 연결이 끊어져 버립니다.
2003-07-23 18:27 - 넷사랑
안녕하세요? (주)넷사랑컴퓨터입니다.
hanterm 실행파일에 setuid bit이 설정되어 있지 않아서 발생하는 문제입니다. 다음 명령을 실행하시면 문제가 해결 될 것입니다.
# chmod 4755 /usr/X11R6/bin/hanterm
감사합니다.
(주)넷사랑컴퓨터
hanterm 실행파일에 setuid bit이 설정되어 있지 않아서 발생하는 문제입니다. 다음 명령을 실행하시면 문제가 해결 될 것입니다.
# chmod 4755 /usr/X11R6/bin/hanterm
감사합니다.
(주)넷사랑컴퓨터
이전 조회수: 703