Advertisement
Guest User

ssh broken pipe in EC2

a guest
May 8th, 2018
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 11.29 KB | None | 0 0
  1. ssh -vvv ec2-user@54.191.106.182 -i MyEC2KeyPair.pem
  2. OpenSSH_7.6p1, LibreSSL 2.6.2
  3. debug1: Reading configuration data /Users/wmanger/.ssh/config
  4. debug1: /Users/wmanger/.ssh/config line 1: Applying options for *
  5. debug1: Reading configuration data /etc/ssh/ssh_config
  6. debug1: /etc/ssh/ssh_config line 48: Applying options for *
  7. debug2: ssh_connect_direct: needpriv 0
  8. debug1: Connecting to 54.191.106.182 port 22.
  9. debug1: Connection established.
  10. debug1: key_load_public: No such file or directory
  11. debug1: identity file MyEC2KeyPair.pem type -1
  12. debug1: key_load_public: No such file or directory
  13. debug1: identity file MyEC2KeyPair.pem-cert type -1
  14. debug1: identity file /Users/wmanger/.ssh/id_rsa type 0
  15. debug1: key_load_public: No such file or directory
  16. debug1: identity file /Users/wmanger/.ssh/id_rsa-cert type -1
  17. debug1: Local version string SSH-2.0-OpenSSH_7.6
  18. debug1: Remote protocol version 2.0, remote software version OpenSSH_7.4
  19. debug1: match: OpenSSH_7.4 pat OpenSSH* compat 0x04000000
  20. debug3: fd 5 is O_NONBLOCK
  21. debug1: Authenticating to 54.191.106.182:22 as 'ec2-user'
  22. debug3: hostkeys_foreach: reading file "/Users/wmanger/.ssh/known_hosts"
  23. debug3: send packet: type 20
  24. debug1: SSH2_MSG_KEXINIT sent
  25. debug3: receive packet: type 20
  26. debug1: SSH2_MSG_KEXINIT received
  27. debug2: local client KEXINIT proposal
  28. debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1,ext-info-c
  29. debug2: host key algorithms: ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa
  30. debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
  31. debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
  32. debug2: MACs ctos: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
  33. debug2: MACs stoc: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
  34. debug2: compression ctos: none,zlib@openssh.com,zlib
  35. debug2: compression stoc: none,zlib@openssh.com,zlib
  36. debug2: languages ctos:
  37. debug2: languages stoc:
  38. debug2: first_kex_follows 0
  39. debug2: reserved 0
  40. debug2: peer server KEXINIT proposal
  41. debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
  42. debug2: host key algorithms: ssh-rsa,rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519
  43. debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc,blowfish-cbc,cast128-cbc,3des-cbc
  44. debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc,blowfish-cbc,cast128-cbc,3des-cbc
  45. debug2: MACs ctos: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
  46. debug2: MACs stoc: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
  47. debug2: compression ctos: none,zlib@openssh.com
  48. debug2: compression stoc: none,zlib@openssh.com
  49. debug2: languages ctos:
  50. debug2: languages stoc:
  51. debug2: first_kex_follows 0
  52. debug2: reserved 0
  53. debug1: kex: algorithm: curve25519-sha256
  54. debug1: kex: host key algorithm: ecdsa-sha2-nistp256
  55. debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  56. debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  57. debug3: send packet: type 30
  58. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  59. debug3: receive packet: type 31
  60. debug1: Server host key: ecdsa-sha2-nistp256 SHA256:SCsBlgYwR6BHJujyd33zh1ZipvH4bjZcPLx/eL/66mE
  61. debug3: hostkeys_foreach: reading file "/Users/wmanger/.ssh/known_hosts"
  62. The authenticity of host '54.191.106.182 (54.191.106.182)' can't be established.
  63. ECDSA key fingerprint is SHA256:SCsBlgYwR6BHJujyd33zh1ZipvH4bjZcPLx/eL/66mE.
  64. Are you sure you want to continue connecting (yes/no)? yes
  65. Warning: Permanently added '54.191.106.182' (ECDSA) to the list of known hosts.
  66. debug3: send packet: type 21
  67. debug2: set_newkeys: mode 1
  68. debug1: rekey after 134217728 blocks
  69. debug1: SSH2_MSG_NEWKEYS sent
  70. debug1: expecting SSH2_MSG_NEWKEYS
  71. debug3: receive packet: type 21
  72. debug1: SSH2_MSG_NEWKEYS received
  73. debug2: set_newkeys: mode 0
  74. debug1: rekey after 134217728 blocks
  75. debug2: key:  (0x7fa81d604bb0), agent
  76. debug2: key: MyEC2KeyPair.pem (0x0), explicit
  77. debug2: key: /Users/wmanger/.ssh/id_rsa (0x7fa81d5096e0), explicit
  78. debug3: send packet: type 5
  79. debug3: receive packet: type 7
  80. debug1: SSH2_MSG_EXT_INFO received
  81. debug1: kex_input_ext_info: server-sig-algs=<rsa-sha2-256,rsa-sha2-512>
  82. debug3: receive packet: type 6
  83. debug2: service_accept: ssh-userauth
  84. debug1: SSH2_MSG_SERVICE_ACCEPT received
  85. debug3: send packet: type 50
  86. debug3: receive packet: type 51
  87. debug1: Authentications that can continue: publickey
  88. debug3: start over, passed a different list publickey
  89. debug3: preferred publickey,keyboard-interactive,password
  90. debug3: authmethod_lookup publickey
  91. debug3: remaining preferred: keyboard-interactive,password
  92. debug3: authmethod_is_enabled publickey
  93. debug1: Next authentication method: publickey
  94. debug1: Offering public key: RSA SHA256:1GkUAAxB4eJwXAG1t/fGZk0CQDyZQF3SJLZVtk/tt68
  95. debug3: send_pubkey_test
  96. debug3: send packet: type 50
  97. debug2: we sent a publickey packet, wait for reply
  98. debug3: receive packet: type 60
  99. debug1: Server accepts key: pkalg rsa-sha2-512 blen 279
  100. debug2: input_userauth_pk_ok: fp SHA256:1GkUAAxB4eJwXAG1t/fGZk0CQDyZQF3SJLZVtk/tt68
  101. debug3: sign_and_send_pubkey: RSA SHA256:1GkUAAxB4eJwXAG1t/fGZk0CQDyZQF3SJLZVtk/tt68
  102. debug3: send packet: type 50
  103. debug3: receive packet: type 52
  104. debug1: Authentication succeeded (publickey).
  105. Authenticated to 54.191.106.182 ([54.191.106.182]:22).
  106. debug1: channel 0: new [client-session]
  107. debug3: ssh_session2_open: channel_new: 0
  108. debug2: channel 0: send open
  109. debug3: send packet: type 90
  110. debug1: Requesting no-more-sessions@openssh.com
  111. debug3: send packet: type 80
  112. debug1: Entering interactive session.
  113. debug1: pledge: network
  114. debug3: receive packet: type 80
  115. debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0
  116. debug3: receive packet: type 91
  117. debug2: channel_input_open_confirmation: channel 0: callback start
  118. debug2: fd 5 setting TCP_NODELAY
  119. debug3: ssh_packet_set_tos: set IP_TOS 0x10
  120. debug2: client_session2_setup: id 0
  121. debug2: channel 0: request pty-req confirm 1
  122. debug3: send packet: type 98
  123. debug1: Sending environment.
  124. debug3: Ignored env TERM_SESSION_ID
  125. debug3: Ignored env SSH_AUTH_SOCK
  126. debug3: Ignored env Apple_PubSub_Socket_Render
  127. debug3: Ignored env COLORFGBG
  128. debug3: Ignored env ITERM_PROFILE
  129. debug3: Ignored env XPC_FLAGS
  130. debug1: Sending env LANG = en_US.UTF-8
  131. debug2: channel 0: request env confirm 0
  132. debug3: send packet: type 98
  133. debug3: Ignored env PWD
  134. debug3: Ignored env SHELL
  135. debug3: Ignored env SECURITYSESSIONID
  136. debug3: Ignored env TERM_PROGRAM_VERSION
  137. debug3: Ignored env TERM_PROGRAM
  138. debug3: Ignored env PATH
  139. debug3: Ignored env COLORTERM
  140. debug3: Ignored env COMMAND_MODE
  141. debug3: Ignored env TERM
  142. debug3: Ignored env HOME
  143. debug3: Ignored env TMPDIR
  144. debug3: Ignored env USER
  145. debug3: Ignored env XPC_SERVICE_NAME
  146. debug3: Ignored env LOGNAME
  147. debug3: Ignored env __CF_USER_TEXT_ENCODING
  148. debug3: Ignored env ITERM_SESSION_ID
  149. debug3: Ignored env SHLVL
  150. debug3: Ignored env OLDPWD
  151. debug3: Ignored env GOPATH
  152. debug3: Ignored env ZSH
  153. debug3: Ignored env PAGER
  154. debug3: Ignored env LESS
  155. debug1: Sending env LC_CTYPE = en_US.UTF-8
  156. debug2: channel 0: request env confirm 0
  157. debug3: send packet: type 98
  158. debug3: Ignored env LSCOLORS
  159. debug3: Ignored env _
  160. debug2: channel 0: request shell confirm 1
  161. debug3: send packet: type 98
  162. debug2: channel_input_open_confirmation: channel 0: callback done
  163. debug2: channel 0: open confirm rwindow 0 rmax 32768
  164. debug3: receive packet: type 99
  165. debug2: channel_input_status_confirm: type 99 id 0
  166. debug2: PTY allocation request accepted on channel 0
  167. debug2: channel 0: rcvd adjust 2097152
  168. debug3: receive packet: type 99
  169. debug2: channel_input_status_confirm: type 99 id 0
  170. debug2: shell request accepted on channel 0
  171.  
  172.       __|  __|_  )
  173.       _|  (     /   Amazon Linux AMI
  174.      ___|\___|___|
  175.  
  176. https://aws.amazon.com/amazon-linux-ami/2018.03-release-notes/
  177. 4 package(s) needed for security, out of 8 available
  178. Run "sudo yum update" to apply all updates.
  179. [ec2-user@ip-172-31-30-120 ~]$ sudo su
  180. [root@ip-172-31-30-120 ec2-user]# yum install httpd -y
  181. Loaded plugins: priorities, update-motd, upgrade-helper
  182. Resolving Dependencies
  183. --> Running transaction check
  184. ---> Package httpd.x86_64 0:2.2.34-1.16.amzn1 will be installed
  185. --> Processing Dependency: httpd-tools = 2.2.34-1.16.amzn1 for package: httpd-2.2.34-1.16.amzn1.x86_64
  186. --> Processing Dependency: apr-util-ldap for package: httpd-2.2.34-1.16.amzn1.x86_64
  187. --> Processing Dependency: libaprutil-1.so.0()(64bit) for package: httpd-2.2.34-1.16.amzn1.x86_64
  188. --> Processing Dependency: libapr-1.so.0()(64bit) for package: httpd-2.2.34-1.16.amzn1.x86_64
  189. --> Running transaction check
  190. ---> Package apr.x86_64 0:1.5.2-5.13.amzn1 will be installed
  191. ---> Package apr-util.x86_64 0:1.5.4-6.18.amzn1 will be installed
  192. ---> Package apr-util-ldap.x86_64 0:1.5.4-6.18.amzn1 will be installed
  193. ---> Package httpd-tools.x86_64 0:2.2.34-1.16.amzn1 will be installed
  194. --> Finished Dependency Resolution
  195.  
  196. Dependencies Resolved
  197.  
  198. ==========================================================================================================================
  199. Package                       Arch                   Version                             Repository                 Size
  200. ==========================================================================================================================
  201. Installing:
  202. httpd                         x86_64                 2.2.34-1.16.amzn1                   amzn-main                 1.2 M
  203. Installing for dependencies:
  204. Hello
  205. [root@ip-172-31-39-200 ec2-user]# ls
  206. [root@ip-172-31-39-200 ec2-user]# vim /var/www/html
  207. [root@ip-172-31-30-120 ec2-user]# debug3: send packet: type 1
  208. packet_write_wait: Connection to 54.191.106.182 port 22: Broken pipe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement