Created
May 3, 2016 14:53
-
-
Save chewmanfoo/0b0f6c99f8b295dbbc9c8af0952f83ab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ╰─$ ssh -vvv jmichael@192.168.1.183 130 ↵ | |
| 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 * | |
| debug2: ssh_connect: needpriv 0 | |
| debug1: Connecting to 192.168.1.183 [192.168.1.183] port 22. | |
| debug1: Connection established. | |
| debug1: identity file /Users/jason/.ssh/id_rsa type 1 | |
| debug1: key_load_public: No such file or directory | |
| debug1: identity file /Users/jason/.ssh/id_rsa-cert type -1 | |
| debug1: key_load_public: No such file or directory | |
| debug1: identity file /Users/jason/.ssh/id_dsa type -1 | |
| debug1: key_load_public: No such file or directory | |
| debug1: identity file /Users/jason/.ssh/id_dsa-cert type -1 | |
| debug1: key_load_public: No such file or directory | |
| debug1: identity file /Users/jason/.ssh/id_ecdsa type -1 | |
| debug1: key_load_public: No such file or directory | |
| debug1: identity file /Users/jason/.ssh/id_ecdsa-cert type -1 | |
| debug1: key_load_public: No such file or directory | |
| debug1: identity file /Users/jason/.ssh/id_ed25519 type -1 | |
| debug1: key_load_public: No such file or directory | |
| debug1: identity file /Users/jason/.ssh/id_ed25519-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_6.6.1 | |
| debug1: match: OpenSSH_6.6.1 pat OpenSSH_6.6.1* compat 0x04000000 | |
| debug2: fd 3 setting O_NONBLOCK | |
| debug1: Authenticating to 192.168.1.183:22 as 'jmichael' | |
| debug3: hostkeys_foreach: reading file "/Users/jason/.ssh/known_hosts" | |
| debug3: record_hostkey: found key type ECDSA in file /Users/jason/.ssh/known_hosts:9 | |
| debug3: load_hostkeys: loaded 1 keys from 192.168.1.183 | |
| debug3: order_hostkeyalgs: prefer hostkeyalgs: ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521 | |
| debug1: SSH2_MSG_KEXINIT sent |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment