Advertisement
Guest User

Untitled

a guest
Feb 12th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.42 KB | None | 0 0
  1. dev@apertus-dev:~$ ssh -v -p 2224 -X andrej@www.apertus.org 'xcalc'
  2. OpenSSH_7.7p1 Ubuntu-4ubuntu0.2, OpenSSL 1.0.2n 7 Dec 2017
  3. debug1: Reading configuration data /etc/ssh/ssh_config
  4. debug1: /etc/ssh/ssh_config line 19: Applying options for *
  5. debug1: Connecting to www.apertus.org [213.145.235.244] port 2224.
  6. debug1: Connection established.
  7. debug1: key_load_public: No such file or directory
  8. debug1: identity file /home/dev/.ssh/id_rsa type -1
  9. debug1: key_load_public: No such file or directory
  10. debug1: identity file /home/dev/.ssh/id_rsa-cert type -1
  11. debug1: identity file /home/dev/.ssh/id_dsa type 0
  12. debug1: key_load_public: No such file or directory
  13. debug1: identity file /home/dev/.ssh/id_dsa-cert type -1
  14. debug1: key_load_public: No such file or directory
  15. debug1: identity file /home/dev/.ssh/id_ecdsa type -1
  16. debug1: key_load_public: No such file or directory
  17. debug1: identity file /home/dev/.ssh/id_ecdsa-cert type -1
  18. debug1: key_load_public: No such file or directory
  19. debug1: identity file /home/dev/.ssh/id_ed25519 type -1
  20. debug1: key_load_public: No such file or directory
  21. debug1: identity file /home/dev/.ssh/id_ed25519-cert type -1
  22. debug1: key_load_public: No such file or directory
  23. debug1: identity file /home/dev/.ssh/id_xmss type -1
  24. debug1: key_load_public: No such file or directory
  25. debug1: identity file /home/dev/.ssh/id_xmss-cert type -1
  26. debug1: Local version string SSH-2.0-OpenSSH_7.7p1 Ubuntu-4ubuntu0.2
  27. debug1: Remote protocol version 2.0, remote software version OpenSSH_7.2p2 Ubuntu-4ubuntu2.6
  28. debug1: match: OpenSSH_7.2p2 Ubuntu-4ubuntu2.6 pat OpenSSH* compat 0x04000000
  29. debug1: Authenticating to www.apertus.org:2224 as 'andrej'
  30. debug1: SSH2_MSG_KEXINIT sent
  31. debug1: SSH2_MSG_KEXINIT received
  32. debug1: kex: algorithm: curve25519-sha256@libssh.org
  33. debug1: kex: host key algorithm: ecdsa-sha2-nistp256
  34. debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  35. debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  36. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  37. debug1: Server host key: ecdsa-sha2-nistp256 SHA256:knxANGoPeUGWyv73eZWSC755Ry0x6CZn53MwVIQcwVs
  38. debug1: Host '[www.apertus.org]:2224' is known and matches the ECDSA host key.
  39. debug1: Found key in /home/dev/.ssh/known_hosts:9
  40. debug1: rekey after 134217728 blocks
  41. debug1: SSH2_MSG_NEWKEYS sent
  42. debug1: expecting SSH2_MSG_NEWKEYS
  43. debug1: SSH2_MSG_NEWKEYS received
  44. debug1: rekey after 134217728 blocks
  45. debug1: SSH2_MSG_EXT_INFO received
  46. debug1: kex_input_ext_info: server-sig-algs=<rsa-sha2-256,rsa-sha2-512>
  47. debug1: SSH2_MSG_SERVICE_ACCEPT received
  48. debug1: Authentications that can continue: publickey,password
  49. debug1: Next authentication method: publickey
  50. debug1: Offering public key: RSA SHA256:vyF3+yMIIidqPDn2nJKlKzoSBd4FCgjV/SwadMDeNkw /home/dev/.ssh/id_dsa
  51. debug1: Server accepts key: pkalg rsa-sha2-512 blen 277
  52. debug1: Authentication succeeded (publickey).
  53. Authenticated to www.apertus.org ([213.145.235.244]:2224).
  54. debug1: channel 0: new [client-session]
  55. debug1: Requesting no-more-sessions@openssh.com
  56. debug1: Entering interactive session.
  57. debug1: pledge: exec
  58. debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0
  59. debug1: Requesting X11 forwarding with authentication spoofing.
  60. debug1: Sending environment.
  61. debug1: Sending env LC_MEASUREMENT = de_DE.UTF-8
  62. debug1: Sending env LC_PAPER = de_DE.UTF-8
  63. debug1: Sending env LC_MONETARY = de_DE.UTF-8
  64. debug1: Sending env LANG = en_GB.UTF-8
  65. debug1: Sending env LC_NAME = de_DE.UTF-8
  66. debug1: Sending env LC_ADDRESS = de_DE.UTF-8
  67. debug1: Sending env LC_NUMERIC = de_DE.UTF-8
  68. debug1: Sending env LC_TELEPHONE = de_DE.UTF-8
  69. debug1: Sending env LC_IDENTIFICATION = de_DE.UTF-8
  70. debug1: Sending env LC_TIME = de_DE.UTF-8
  71. debug1: Sending command: xcalc
  72. debug1: client_input_channel_open: ctype x11 rchan 3 win 65536 max 16384
  73. debug1: client_request_x11: request from 127.0.0.1 45508
  74. debug1: channel 1: new [x11]
  75. debug1: confirm x11
  76. X11 connection rejected because of wrong authentication.
  77. debug1: channel 1: free: x11, nchannels 2
  78. Error: Can't open display: localhost:11.0
  79. debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
  80. debug1: client_input_channel_req: channel 0 rtype eow@openssh.com reply 0
  81. debug1: channel 0: free: client-session, nchannels 1
  82. Transferred: sent 3380, received 3008 bytes, in 0.6 seconds
  83. Bytes per second: sent 5752.0, received 5119.0
  84. debug1: Exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement