Ubuntu Pastebin

Paste from TheGeek at Sat, 23 Jul 2016 18:50:24 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
client [20:47:47] ~/.ssh # ssh -v -i /Users/Moe/.ssh/id_rsa nutzer@zielrechner.zi
OpenSSH_6.9p1, LibreSSL 2.1.8
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 21: Applying options for *
debug1: Connecting to zielrechner.zi [xxx.xxx.xx.xx] port 22.
debug1: Connection established.
debug1: identity file /Users/Moe/.ssh/id_rsa type 1
debug1: key_load_public: No such file or directory
debug1: identity file /Users/Moe/.ssh/id_rsa-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.9
debug1: Remote protocol version 2.0, remote software version OpenSSH_7.2p2 Ubuntu-4ubuntu1
debug1: match: OpenSSH_7.2p2 Ubuntu-4ubuntu1 pat OpenSSH* compat 0x04000000
debug1: Authenticating to cha0s-gate.cl:22 as 'moe'
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client chacha20-poly1305@openssh.com <implicit> none
debug1: kex: client->server chacha20-poly1305@openssh.com <implicit> none
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ecdsa-sha2-nistp256 SHA256:cEMuxGjgbt8LTaM8PPS7H4h3rb9bPQ3s/bvgM1kcxXA
debug1: Host 'cha0s-gate.cl' is known and matches the ECDSA host key.
debug1: Found key in /Users/Moe/.ssh/known_hosts:4
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /Users/Moe/.ssh/id_rsa
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: password
nutzer@zielrechner.zi's password:
Download as text