Created
May 3, 2016 05:09
-
-
Save chewmanfoo/a1f0c837c108da83e1e7f0cad81354f5 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 rbenv:system | |
| 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" | |
| debug1: SSH2_MSG_KEXINIT sent |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment