Guest User

x11forwarding

a guest
Nov 24th, 2010
686
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1. ejohnson@gallifrey:~$ ssh -Xv work
  2. OpenSSH_5.6p1, OpenSSL 1.0.0b 16 Nov 2010
  3. debug1: Reading configuration data /home/ejohnson/.ssh/config
  4. debug1: Applying options for work
  5. debug1: Reading configuration data /etc/ssh/ssh_config
  6. debug1: Applying options for *
  7. debug1: Connecting to XXXXXXXXXX [192.168.129.16] port 22.
  8. debug1: Connection established.
  9. debug1: identity file /home/ejohnson/.ssh/id_rsa type 1
  10. debug1: identity file /home/ejohnson/.ssh/id_rsa-cert type -1
  11. debug1: identity file /home/ejohnson/.ssh/id_dsa type 2
  12. debug1: identity file /home/ejohnson/.ssh/id_dsa-cert type -1
  13. debug1: Remote protocol version 2.0, remote software version OpenSSH_5.6
  14. debug1: match: OpenSSH_5.6 pat OpenSSH*
  15. debug1: Enabling compatibility mode for protocol 2.0
  16. debug1: Local version string SSH-2.0-OpenSSH_5.6
  17. debug1: SSH2_MSG_KEXINIT sent
  18. debug1: SSH2_MSG_KEXINIT received
  19. debug1: kex: server->client aes128-ctr hmac-md5 none
  20. debug1: kex: client->server aes128-ctr hmac-md5 none
  21. debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
  22. debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
  23. debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
  24. debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
  25. debug1: Host 'XXXXXXXXXX' is known and matches the RSA host key.
  26. debug1: Found key in /home/ejohnson/.ssh/known_hosts:28
  27. debug1: ssh_rsa_verify: signature correct
  28. debug1: SSH2_MSG_NEWKEYS sent
  29. debug1: expecting SSH2_MSG_NEWKEYS
  30. debug1: SSH2_MSG_NEWKEYS received
  31. debug1: Roaming not allowed by server
  32. debug1: SSH2_MSG_SERVICE_REQUEST sent
  33. debug1: SSH2_MSG_SERVICE_ACCEPT received
  34. debug1: Authentications that can continue: publickey,password
  35. debug1: Next authentication method: publickey
  36. debug1: Offering DSA public key: /home/ejohnson/.ssh/id_dsa
  37. debug1: Authentications that can continue: publickey,password
  38. debug1: Offering RSA public key: /home/ejohnson/.ssh/id_rsa
  39. debug1: Authentications that can continue: publickey,password
  40. debug1: Offering RSA public key: id_rsa
  41. debug1: Server accepts key: pkalg ssh-rsa blen 279
  42. debug1: Authentication succeeded (publickey).
  43. Authenticated to XXXXXXXXXX ([192.168.129.16]:22).
  44. debug1: channel 0: new [client-session]
  45. debug1: Requesting [email protected]
  46. debug1: Entering interactive session.
  47. debug1: Requesting X11 forwarding with authentication spoofing.
  48. Last login: Wed Nov 24 15:03:16 2010 from XXXXXXXXXXXXX
  49. ejohnson@dfwejohnson:~$ konsole
  50. debug1: client_input_channel_open: ctype x11 rchan 3 win 65536 max 16384
  51. debug1: client_request_x11: request from 127.0.0.1 39188
  52. debug1: channel 1: new [x11]
  53. debug1: confirm x11
  54. debug1: channel 1: FORCE input drain
  55. ejohnson@dfwejohnson:~$ debug1: channel 1: free: x11, nchannels 2
  56.  
  57. ejohnson@dfwejohnson:~$ gimp
  58. debug1: client_input_channel_open: ctype x11 rchan 3 win 65536 max 16384
  59. debug1: client_request_x11: request from 127.0.0.1 39189
  60. debug1: channel 1: new [x11]
  61. debug1: confirm x11
  62. Xlib: extension "RANDR" missing on display "localhost:10.0".
  63. debug1: client_input_channel_open: ctype x11 rchan 4 win 65536 max 16384
  64. debug1: client_request_x11: request from 127.0.0.1 39190
  65. debug1: channel 2: new [x11]
  66. debug1: confirm x11
  67. debug1: channel 2: FORCE input drain
  68. debug1: client_input_channel_open: ctype x11 rchan 5 win 65536 max 16384
  69. debug1: client_request_x11: request from 127.0.0.1 39191
  70. debug1: channel 3: new [x11]
  71. debug1: confirm x11
  72. debug1: channel 2: free: x11, nchannels 4
  73. debug1: channel 3: FORCE input drain
  74. Failed to connect to socket /tmp/dbus-EFG7VxiySF: Connection refused
  75. debug1: channel 3: free: x11, nchannels 3
  76. /usr/lib/gimp/2.0/plug-ins/file-pdf: error while loading shared libraries: libpoppler-glib.so.5: cannot open shared object file: No such file or directory
  77.  
  78. (gimp:5282): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error
  79. debug1: channel 1: FORCE input drain
  80. debug1: channel 1: free: x11, nchannels 2
  81.  
  82. ejohnson@dfwejohnson:~$
Advertisement
Add Comment
Please, Sign In to add comment