Advertisement
Guest User

Untitled

a guest
Dec 26th, 2015
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.65 KB | None | 0 0
  1. on local computer:
  2. mms: admin$ ssh-keygen -t rsa
  3. Generating public/private rsa key pair.
  4. Enter file in which to save the key (/Users/admin/.ssh/id_rsa):
  5. Enter passphrase (empty for no passphrase):
  6. Enter same passphrase again:
  7. Your identification has been saved in /Users/admin/.ssh/id_rsa.
  8. Your public key has been saved in /Users/admin/.ssh/id_rsa.pub.
  9. The key fingerprint is:
  10. SHA256:ekIFdhbYVGnWsRcpyhPXRPDF5LTqYI+u6l3URsIjC90 admin@mms.fritz.box
  11. The key's randomart image is:
  12. +---[RSA 2048]----+
  13. | o+=o.oo*+++|
  14. | ..+o B +oo=o|
  15. | ..* E.oo..|
  16. | .. * =.. |
  17. | . S. = + |
  18. | . . o * |
  19. | o . o o |
  20. | o. o |
  21. | .o.o.. |
  22. +----[SHA256]-----+
  23.  
  24. mms: admin$ pwd && ls -al
  25. /Users/admin/.ssh
  26. total 16
  27. drwx------ 4 admin staff 136 Dec 26 09:37 .
  28. drwxr-xr-x+ 32 admin staff 1088 Dec 26 08:53 ..
  29. -rw------- 1 admin staff 1675 Dec 26 09:37 id_rsa
  30. -rw-r--r-- 1 admin staff 401 Dec 26 09:37 id_rsa.pub
  31.  
  32. server:.ssh sinclair$ scp admin@domain-of-local-computer.com:.ssh/id_rsa.pub ~/.ssh/authorized_keys
  33. The authenticity of host 'domain-of-local-computer.com (123.456.789.012)' can't be established.
  34. RSA key fingerprint is 1f:14:32:84:c4:f8:4e:25:df:2d:56:49:e6:e5:79:1d.
  35. Are you sure you want to continue connecting (yes/no)? yes
  36. Warning: Permanently added 'domain-of-local-computer.com,123.456.789.012' (RSA) to the list of known hosts.
  37. Password:
  38. id_rsa.pub
  39. 100% 401 0.4KB/s 00:00
  40.  
  41. server:.ssh sinclair$ ls -al
  42. total 16
  43. drwx------ 4 sinclair staff 136 26 Dez 09:58 .
  44. drwxr-xr-x+ 18 sinclair staff 612 10 Dez 09:19 ..
  45. -rw-r--r-- 1 sinclair staff 401 26 Dez 09:58 authorized_keys
  46. -rw-r--r-- 1 sinclair staff 410 26 Dez 09:58 known_hosts
  47. server:.ssh sinclair$ chmod 600 authorized_keys
  48. server:.ssh sinclair$ ls -al
  49. total 16
  50. drwx------ 4 sinclair staff 136 26 Dez 09:58 .
  51. drwxr-xr-x+ 18 sinclair staff 612 10 Dez 09:19 ..
  52. -rw------- 1 sinclair staff 401 26 Dez 09:58 authorized_keys
  53. -rw-r--r-- 1 sinclair staff 410 26 Dez 09:58 known_hosts
  54. server:.ssh sinclair$
  55.  
  56. server:.ssh sinclair$ ssh -vvv admin@domain-of-local-computer.com
  57. OpenSSH_5.2p1, OpenSSL 0.9.8k 25 Mar 2009
  58. debug1: Reading configuration data /etc/ssh_config
  59. debug2: ssh_connect: needpriv 0
  60. debug1: Connecting to domain-of-local-computer.com [123.456.789.012] port 22.
  61. debug1: Connection established.
  62. debug1: identity file /Users/sinclair/.ssh/identity type -1
  63. debug1: identity file /Users/sinclair/.ssh/id_rsa type -1
  64. debug1: identity file /Users/sinclair/.ssh/id_dsa type -1
  65. debug1: Remote protocol version 2.0, remote software version OpenSSH_6.9
  66. debug1: match: OpenSSH_6.9 pat OpenSSH*
  67. debug1: Enabling compatibility mode for protocol 2.0
  68. debug1: Local version string SSH-2.0-OpenSSH_5.2
  69. debug2: fd 3 setting O_NONBLOCK
  70. debug1: SSH2_MSG_KEXINIT sent
  71. debug1: SSH2_MSG_KEXINIT received
  72. debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
  73. debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
  74. debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
  75. debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
  76. debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
  77. debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
  78. debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib
  79. debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib
  80. debug2: kex_parse_kexinit:
  81. debug2: kex_parse_kexinit:
  82. debug2: kex_parse_kexinit: first_kex_follows 0
  83. debug2: kex_parse_kexinit: reserved 0
  84. debug2: kex_parse_kexinit: curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1
  85. debug2: kex_parse_kexinit: ssh-rsa,ssh-dss,ecdsa-sha2-nistp256,ssh-ed25519
  86. debug2: kex_parse_kexinit: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
  87. debug2: kex_parse_kexinit: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
  88. debug2: kex_parse_kexinit: 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
  89. debug2: kex_parse_kexinit: 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
  90. debug2: kex_parse_kexinit: none,zlib@openssh.com
  91. debug2: kex_parse_kexinit: none,zlib@openssh.com
  92. debug2: kex_parse_kexinit:
  93. debug2: kex_parse_kexinit:
  94. debug2: kex_parse_kexinit: first_kex_follows 0
  95. debug2: kex_parse_kexinit: reserved 0
  96. debug2: mac_setup: found hmac-sha1
  97. debug1: kex: server->client aes128-ctr hmac-sha1 none
  98. debug2: mac_setup: found hmac-sha1
  99. debug1: kex: client->server aes128-ctr hmac-sha1 none
  100. debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<2048<8192) sent
  101. debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
  102. debug2: dh_gen_key: priv key bits set: 182/320
  103. debug2: bits set: 982/2048
  104. debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
  105. debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
  106. debug3: check_host_in_hostfile: filename /Users/sinclair/.ssh/known_hosts
  107. debug3: check_host_in_hostfile: match line 1
  108. debug3: check_host_in_hostfile: filename /Users/sinclair/.ssh/known_hosts
  109. debug3: check_host_in_hostfile: match line 1
  110. debug1: Host 'domain-of-local-computer.com' is known and matches the RSA host key.
  111. debug1: Found key in /Users/sinclair/.ssh/known_hosts:1
  112. debug2: bits set: 1003/2048
  113. debug1: ssh_rsa_verify: signature correct
  114. debug2: kex_derive_keys
  115. debug2: set_newkeys: mode 1
  116. debug1: SSH2_MSG_NEWKEYS sent
  117. debug1: expecting SSH2_MSG_NEWKEYS
  118. debug2: set_newkeys: mode 0
  119. debug1: SSH2_MSG_NEWKEYS received
  120. debug1: SSH2_MSG_SERVICE_REQUEST sent
  121. debug2: service_accept: ssh-userauth
  122. debug1: SSH2_MSG_SERVICE_ACCEPT received
  123. debug2: key: /Users/sinclair/.ssh/identity (0x0)
  124. debug2: key: /Users/sinclair/.ssh/id_rsa (0x0)
  125. debug2: key: /Users/sinclair/.ssh/id_dsa (0x0)
  126. debug1: Authentications that can continue: publickey,keyboard-interactive
  127. debug3: start over, passed a different list publickey,keyboard-interactive
  128. debug3: preferred publickey,keyboard-interactive,password
  129. debug3: authmethod_lookup publickey
  130. debug3: remaining preferred: keyboard-interactive,password
  131. debug3: authmethod_is_enabled publickey
  132. debug1: Next authentication method: publickey
  133. debug1: Trying private key: /Users/sinclair/.ssh/identity
  134. debug3: no such identity: /Users/sinclair/.ssh/identity
  135. debug1: Trying private key: /Users/sinclair/.ssh/id_rsa
  136. debug3: no such identity: /Users/sinclair/.ssh/id_rsa
  137. debug1: Trying private key: /Users/sinclair/.ssh/id_dsa
  138. debug3: no such identity: /Users/sinclair/.ssh/id_dsa
  139. debug2: we did not send a packet, disable method
  140. debug3: authmethod_lookup keyboard-interactive
  141. debug3: remaining preferred: password
  142. debug3: authmethod_is_enabled keyboard-interactive
  143. debug1: Next authentication method: keyboard-interactive
  144. debug2: userauth_kbdint
  145. debug2: we sent a keyboard-interactive packet, wait for reply
  146. debug2: input_userauth_info_req
  147. debug2: input_userauth_info_req: num_prompts 1
  148.  
  149. Password:
  150.  
  151. debug3: packet_send2: adding 32 (len 21 padlen 11 extra_pad 64)
  152. debug2: input_userauth_info_req
  153. debug2: input_userauth_info_req: num_prompts 0
  154. debug3: packet_send2: adding 48 (len 10 padlen 6 extra_pad 64)
  155. debug1: Authentication succeeded (keyboard-interactive).
  156. debug1: channel 0: new [client-session]
  157. debug3: ssh_session2_open: channel_new: 0
  158. debug2: channel 0: send open
  159. debug1: Requesting no-more-sessions@openssh.com
  160. debug1: Entering interactive session.
  161. debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0
  162. debug2: callback start
  163. debug2: client_session2_setup: id 0
  164. debug2: channel 0: request pty-req confirm 1
  165. debug2: channel 0: request shell confirm 1
  166. debug2: fd 3 setting TCP_NODELAY
  167. debug2: callback done
  168. debug2: channel 0: open confirm rwindow 0 rmax 32768
  169. debug2: channel_input_status_confirm: type 99 id 0
  170. debug2: PTY allocation request accepted on channel 0
  171. debug2: channel 0: rcvd adjust 2097152
  172. debug2: channel_input_status_confirm: type 99 id 0
  173. debug2: shell request accepted on channel 0
  174. Last login: Sat Dec 26 10:05:41 2015 from 098.765.432.100
  175. mms:~ admin$ exit
  176. logout
  177. debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
  178. debug1: client_input_channel_req: channel 0 rtype eow@openssh.com reply 0
  179. debug2: channel 0: rcvd eow
  180. debug2: channel 0: close_read
  181. debug2: channel 0: input open -> closed
  182. debug2: channel 0: rcvd eof
  183. debug2: channel 0: output open -> drain
  184. debug2: channel 0: obuf empty
  185. debug2: channel 0: close_write
  186. debug2: channel 0: output drain -> closed
  187. debug2: channel 0: rcvd close
  188. debug3: channel 0: will not send data after close
  189. debug2: channel 0: almost dead
  190. debug2: channel 0: gc: notify user
  191. debug2: channel 0: gc: user detached
  192. debug2: channel 0: send close
  193. debug2: channel 0: is dead
  194. debug2: channel 0: garbage collecting
  195. debug1: channel 0: free: client-session, nchannels 1
  196. debug3: channel 0: status: The following connections are open:
  197. #0 client-session (t4 r0 i3/0 o3/0 fd -1/-1 cfd -1)
  198.  
  199. debug3: channel 0: close_fds r -1 w -1 e 7 c -1
  200. Connection to domain-of-local-computer.com closed.
  201. Transferred: sent 2016, received 3712 bytes, in 10.0 seconds
  202. Bytes per second: sent 202.5, received 372.9
  203. debug1: Exit status 0
  204. server:.ssh sinclair$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement