x-server에서 gnome-session을 시작하는 중 문제점


1

Netsarang 패키지를 사용하여 Windows 7 랩톱에서 xwindows 세션을 실행하고 있습니다. 네트워크의 다른 컴퓨터에서 Ubuntu 10.04를 실행하고 있습니다. ssh를 통해 서버에 연결할 수 있지만 gnome-session을 열려고하면이 오류가 발생합니다.

** (gnome-session : 1917) : 경고 ** : 디스플레이를 열 수 없음 : localhost : 11.0 [18:27:25] 타이머 중지 (TIMER_SHUTDOWN)

Putty (X11 Forwarding이 활성화 된 상태)를 사용하여 ssh 후 그놈 세션을 열려고하면이 오류가 발생합니다.

PuTTY X11 프록시 : 잘못된 인증 프로토콜 시도 PuTTY X11 프록시 : 잘못된 인증 프로토콜 시도 ** (gnome-session : 2149) : 경고 ** : 디스플레이를 열 수 없습니다 :

이것은 내 / etc / ssh / ssh_config입니다 (주석을 제거했습니다).

Host *  
   ForwardAgent yes  
   ForwardX11 yes  
   ForwardX11Trusted yes  
    SendEnv LANG LC_*  
    HashKnownHosts yes  
    GSSAPIAuthentication yes  
    GSSAPIDelegateCredentials no  

이것은 내 / etc / ssh / sshd_config입니다.

Port 22  
Protocol 2  
HostKey /etc/ssh/ssh_host_rsa_key  
HostKey /etc/ssh/ssh_host_dsa_key  
UsePrivilegeSeparation yes  
KeyRegenerationInterval 3600  
ServerKeyBits 768  
SyslogFacility AUTH  
LogLevel INFO  
LoginGraceTime 120  
PermitRootLogin yes  
StrictModes yes  
RSAAuthentication yes  
PubkeyAuthentication yes  
IgnoreRhosts yes  
RhostsRSAAuthentication no  
HostbasedAuthentication no  
PermitEmptyPasswords no  
ChallengeResponseAuthentication no  
AllowTcpForwarding yes  
X11Forwarding yes  
X11DisplayOffset 10  
X11UseLocalhost yes  
PrintMotd no  
PrintLastLog yes  
TCPKeepAlive yes  
AcceptEnv LANG LC_*  
Subsystem sftp /usr/lib/openssh/sftp-server  
UsePAM yes

우분투를 설치 한 후 원격 x 세션과 관련된 구성 파일을 검토하고 있으므로 무언가를 엉망으로 생각합니다.

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.