Guest User

Untitled

a guest
Dec 12th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. Host *
  2. # ForwardAgent no
  3. ForwardX11 yes
  4. ForwardX11Trusted yes
  5. # RhostsRSAAuthentication no
  6. # RSAAuthentication yes
  7. # PasswordAuthentication yes
  8. # HostbasedAuthentication no
  9. # GSSAPIAuthentication no
  10. # GSSAPIDelegateCredentials no
  11. # GSSAPIKeyExchange no
  12. # GSSAPITrustDNS no
  13. # BatchMode no
  14. # CheckHostIP yes
  15. # AddressFamily any
  16. # ConnectTimeout 0
  17. # StrictHostKeyChecking ask
  18. # IdentityFile ~/.ssh/identity
  19. # IdentityFile ~/.ssh/id_rsa
  20. # IdentityFile ~/.ssh/id_dsa
  21. # IdentityFile ~/.ssh/id_ecdsa
  22. # IdentityFile ~/.ssh/id_ed25519
  23. # Port 22
  24. # Protocol 2
  25. # Cipher 3des
  26. # Ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc
  27. # MACs hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160
  28. # EscapeChar ~
  29. # Tunnel no
  30. # TunnelDevice any:any
  31. # PermitLocalCommand no
  32. # VisualHostKey no
  33. # ProxyCommand ssh -q -W %h:%p gateway.example.com
  34. # RekeyLimit 1G 1h
  35. SendEnv LANG LC_*
  36. HashKnownHosts yes
  37. GSSAPIAuthentication yes
  38. GSSAPIDelegateCredentials no
  39.  
  40. ssh -vvv -Y server
  41.  
  42. debug3: receive packet: type 90
  43. debug1: client_input_channel_open: ctype x11 rchan 2 win 65536 max 16384
  44. debug1: client_request_x11: request from 127.0.0.1 59790
  45. debug2: fd 7 setting O_NONBLOCK
  46. debug3: fd 7 is O_NONBLOCK
  47. debug1: channel 1: new [x11]
  48. debug1: confirm x11
  49. debug3: send packet: type 91
Add Comment
Please, Sign In to add comment