Guest User

Untitled

a guest
Jun 5th, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.13 KB | None | 0 0
  1. tcp 0 0 172.17.0.3:8080 0.0.0.0:* LISTEN 1/java
  2. tcp 0 0 0.0.0.0:8090 0.0.0.0:* LISTEN 1/java
  3. tcp 0 0 0.0.0.0:7777 0.0.0.0:* LISTEN 1/java
  4. tcp 0 0 0.0.0.0:1122 0.0.0.0:* LISTEN 1/java
  5.  
  6. OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014
  7. debug1: Reading configuration data /etc/ssh/ssh_config
  8. debug1: /etc/ssh/ssh_config line 19: Applying options for *
  9. debug1: Connecting to localhost [127.0.0.1] port 1122.
  10. debug1: Connection established.
  11. debug1: identity file /home/vcap/.ssh/id_rsa type -1
  12. debug1: identity file /home/vcap/.ssh/id_rsa-cert type -1
  13. debug1: identity file /home/vcap/.ssh/id_dsa type -1
  14. debug1: identity file /home/vcap/.ssh/id_dsa-cert type -1
  15. debug1: identity file /home/vcap/.ssh/id_ecdsa type -1
  16. debug1: identity file /home/vcap/.ssh/id_ecdsa-cert type -1
  17. debug1: identity file /home/vcap/.ssh/id_ed25519 type -1
  18. debug1: identity file /home/vcap/.ssh/id_ed25519-cert type -1
  19. debug1: Enabling compatibility mode for protocol 2.0
  20. debug1: Local version string SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10
  21. debug1: Remote protocol version 2.0, remote software version SSHD-CORE-0.7.0
  22. debug1: no match: SSHD-CORE-0.7.0
  23. debug1: SSH2_MSG_KEXINIT sent
  24. debug1: SSH2_MSG_KEXINIT received
  25. debug1: kex: server->client aes128-cbc hmac-md5 none
  26. debug1: kex: client->server aes128-cbc hmac-md5 none
  27. debug1: sending SSH2_MSG_KEXDH_INIT
  28. debug1: expecting SSH2_MSG_KEXDH_REPLY
  29. Connection closed by 127.0.0.1
  30.  
  31. root@804dcbda8ffd:/# ssh -v -p 1122 equinox@localhost
  32. OpenSSH_6.7p1 Debian-5+deb8u4, OpenSSL 1.0.1t 3 May 2016
  33. debug1: Reading configuration data /etc/ssh/ssh_config
  34. debug1: /etc/ssh/ssh_config line 19: Applying options for *
  35. debug1: Connecting to localhost [127.0.0.1] port 1122.
  36. debug1: Connection established.
  37. debug1: permanently_set_uid: 0/0
  38. debug1: SELinux support disabled
  39. debug1: key_load_public: No such file or directory
  40. debug1: identity file /root/.ssh/id_rsa type -1
  41. debug1: key_load_public: No such file or directory
  42. debug1: identity file /root/.ssh/id_rsa-cert type -1
  43. debug1: key_load_public: No such file or directory
  44. debug1: identity file /root/.ssh/id_dsa type -1
  45. debug1: key_load_public: No such file or directory
  46. debug1: identity file /root/.ssh/id_dsa-cert type -1
  47. debug1: key_load_public: No such file or directory
  48. debug1: identity file /root/.ssh/id_ecdsa type -1
  49. debug1: key_load_public: No such file or directory
  50. debug1: identity file /root/.ssh/id_ecdsa-cert type -1
  51. debug1: key_load_public: No such file or directory
  52. debug1: identity file /root/.ssh/id_ed25519 type -1
  53. debug1: key_load_public: No such file or directory
  54. debug1: identity file /root/.ssh/id_ed25519-cert type -1
  55. debug1: Enabling compatibility mode for protocol 2.0
  56. debug1: Local version string SSH-2.0-OpenSSH_6.7p1 Debian-5+deb8u4
  57. debug1: Remote protocol version 2.0, remote software version SSHD-CORE-0.7.0
  58. debug1: no match: SSHD-CORE-0.7.0
  59. debug1: SSH2_MSG_KEXINIT sent
  60. debug1: SSH2_MSG_KEXINIT received
  61. debug1: kex: server->client aes128-cbc hmac-sha1 none
  62. debug1: kex: client->server aes128-cbc hmac-sha1 none
  63. debug1: sending SSH2_MSG_KEXDH_INIT
  64. debug1: expecting SSH2_MSG_KEXDH_REPLY
  65. debug1: Server host key: DSA ff:ef:e3:41:4c:67:9b:88:ec:93:d6:81:36:29:9e:66
  66. debug1: checking without port identifier
  67. The authenticity of host '[localhost]:1122 ([127.0.0.1]:1122)' can't be established.
  68. DSA key fingerprint is ff:ef:e3:41:4c:67:9b:88:ec:93:d6:81:36:29:9e:66.
  69. Are you sure you want to continue connecting (yes/no)? yes
  70. Warning: Permanently added '[localhost]:1122' (DSA) to the list of known hosts.
  71. debug1: SSH2_MSG_NEWKEYS sent
  72. debug1: expecting SSH2_MSG_NEWKEYS
  73. debug1: SSH2_MSG_NEWKEYS received
  74. debug1: SSH2_MSG_SERVICE_REQUEST sent
  75. debug1: SSH2_MSG_SERVICE_ACCEPT received
  76. debug1: Authentications that can continue: password
  77. debug1: Next authentication method: password
  78. equinox@localhost's password:
  79. debug1: Authentication succeeded (password).
  80. Authenticated to localhost ([127.0.0.1]:1122).
  81. debug1: channel 0: new [client-session]
  82. debug1: Entering interactive session.
  83. debug1: Sending environment.
  84. Currently the default user is the only one; since it will be deleted after first login, create a new user:
  85. username: 06:26:02.346 DEBUG [Thread-63] o.a.s.server.channel.ChannelSession - Send SSH_MSG_CHANNEL_DATA on channel 0
  86. Currently the default user is the only one; since it will be deleted after first login, create a new user:
  87. username: admin
  88. password: 06:26:04.946 DEBUG [Thread-63] o.a.s.server.channel.ChannelSession - Send SSH_MSG_CHANNEL_DATA on channel 0
  89. password:
  90. Password should be at least 8 characters
  91. password: 06:26:07.627 DEBUG [Thread-63] o.a.s.server.channel.ChannelSession - Send SSH_MSG_CHANNEL_DATA on channel 0
  92. Password should be at least 8 characters
  93. pass
  94. Confirm password: 06:26:16.721 DEBUG [Thread-63] o.a.s.server.channel.ChannelSession - Send SSH_MSG_CHANNEL_DATA on channel 0
  95. Confirm password:
  96. roles: 06:26:19.506 DEBUG [Thread-63] o.a.s.server.channel.ChannelSession - Send SSH_MSG_CHANNEL_DATA on channel 0
  97. roles: 1
  98.  
  99. admin@standalone> 06:26:20.666 DEBUG [Thread-63] o.a.s.server.channel.ChannelSession - Send SSH_MSG_CHANNEL_DATA on channel 0
Add Comment
Please, Sign In to add comment