Tôi đang cố gắng thiết lập XForwarding trên ssh, nhưng không thành công. Kết quả tương tự xảy ra cho dù tôi sử dụng đối số -X hoặc -Y cho ssh. Lỗi tôi nhận được.
a@ASUS-N53SM:~$ ssh -X -p 6623 pinker@192.168.0.200
pinker@192.168.0.200's password:
Last login: Sun Feb 2 18:42:08 2014 from 192.168.0.201
/usr/bin/xauth: (stdin):1: bad display name "pinker-server:10.0" in "remove" command
/usr/bin/xauth: (stdin):2: bad display name "pinker-server:10.0" in "add" command
xdpyinfo: unable to open display "pinker-server:10.0".
Trong tệp khách hàng ~ / .ssh / config
ForwardX11 yes
Trong tệp khách hàng / etc / ssh / ssh_config (đã xóa nhận xét).
Host *
ForwardX11 yes
ForwardX11Trusted yes
SendEnv LANG LC_*
HashKnownHosts yes
GSSAPIAuthentication yes
GSSAPIDelegateCredentials no
Trong tệp máy chủ / etc / ssh / sshd_config (đã xóa nhận xét).
Port 6623
Port 6624
Port 6625
Protocol 2
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key
HostKey /etc/ssh/ssh_host_ecdsa_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
X11Forwarding yes
X11DisplayOffset 10
PrintMotd no
PrintLastLog yes
TCPKeepAlive yes
AcceptEnv LANG LC_*
Subsystem sftp /usr/lib/openssh/sftp-server
UsePAM yes
X11UseLocalhost no
AllowTcpForwarding yes
Tôi tìm thấy Câu hỏi tương tự , nhưng không có câu trả lời nào hoạt động.
CẬP NHẬT:
Trên máy chủ, tôi đã thêm vào tập tin / etc / hosts.
127.0.0.1 pinker-server
Trên máy chủ, tôi đã cài đặt gói xbase-clients
. Trên echo $DISPLAY
đầu ra kết nối ssh :0.0
.
Bây giờ tôi đang nhận được một lỗi mới.
X11 connection rejected because of wrong authentication.
X11 connection rejected because of wrong authentication.
X11 connection rejected because of wrong authentication.
X11 connection rejected because of wrong authentication.
xdpyinfo: unable to open display "pinker-server:10.0".