Advertisement
Guest User

Untitled

a guest
Jan 17th, 2013
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. From my Desktop I want to connect to the Raspberry:
  2.  
  3. me@mydesktop$ ssh -v -Y pi@pi
  4. password:
  5.  
  6. pi@raspberrypi ~ $ xauth list
  7. pi@raspberrypi ~ $ echo $DISPLAY
  8. localhost:10.0
  9.  
  10. pi@raspberrypi ~ $ xkill
  11. debug1: client_input_channel_open: ctype x11 rchan 2 win 65536 max 16384
  12. debug1: client_request_x11: request from 127.0.0.1 51558
  13. debug1: channel 1: new [x11]
  14. debug1: confirm x11
  15. X11 connection rejected because of wrong authentication.
  16. debug1: channel 1: free: x11, nchannels 2
  17. xkill: unable to open display "localhost:10.0"
  18.  
  19. pi@raspberrypi ~ $ xhost +
  20. -bash: xhost: command not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement