|
|
- $ DISPLAY=192.168.1.50:0.0 ssh -X 192.168.1.3 xclock
- Warning: untrusted X11 forwarding setup failed: xauth key data not generated
- Warning: No xauth data; using fake authentication data for X11 forwarding.
- connect 192.168.1.50 port 6000: Connection refused
- Error: Can't open display: localhost:10.0
- $ echo $DISPLAY
- :0.0
复制代码
难道要什么特别方法才能让在192.168.1.50的X server接受远端连接??还有那个xauth的警告是什么意思?难道我要把server的.Xauthority copy 到client上去? |
|