Skip to content

Instantly share code, notes, and snippets.

@tharpa
Created September 7, 2015 17:23
Show Gist options
  • Save tharpa/7500022c6ec435644388 to your computer and use it in GitHub Desktop.
Save tharpa/7500022c6ec435644388 to your computer and use it in GitHub Desktop.
$ ssh -v prefix
OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011
debug1: Reading configuration data /Users/rk/.ssh/config
debug1: /Users/rk/.ssh/config line 1: Applying options for prefix
debug1: Reading configuration data /etc/ssh_config
debug1: /etc/ssh_config line 20: Applying options for *
debug1: /etc/ssh_config line 102: Applying options for *
debug1: Connecting to prefix [195.176.182.141] port 22.
debug1: Connection established.
debug1: identity file /Users/rk/.ssh/id_dsa type 2
debug1: identity file /Users/rk/.ssh/id_dsa-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.2
debug1: Remote protocol version 2.0, remote software version Sun_SSH_1.5
debug1: no match: Sun_SSH_1.5
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr hmac-md5 none
debug1: kex: client->server aes128-ctr hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Server host key: RSA ce:d6:a8:97:6a:40:79:11:48:aa:c7:db:a6:dd:16:fa
debug1: Host 'prefix' is known and matches the RSA host key.
debug1: Found key in /Users/rk/.ssh/known_hosts:29
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: gssapi-keyex,gssapi-with-mic,publickey,password,keyboard-interactive
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /Users/rk/.ssh/id_rsa_github
debug1: Authentications that can continue: gssapi-keyex,gssapi-with-mic,publickey,password,keyboard-interactive
debug1: Offering DSA public key: /Users/rk/.ssh/id_dsa
debug1: Server accepts key: pkalg ssh-dss blen 433
debug1: read PEM private key done: type DSA
debug1: Authentication succeeded (publickey).
Authenticated to prefix ([195.176.182.141]:22).
debug1: channel 0: new [client-session]
debug1: Entering interactive session.
debug1: Requesting authentication agent forwarding.
debug1: Sending environment.
debug1: Sending env LC_CTYPE = UTF-8
debug1: Remote: Missing locale support for LC_CTYPE=UTF-8
Last login: Mon Sep 7 19:22:36 2015 from 83.76.13.65
OpenIndiana (powered by illumos) SunOS 5.11 oi_151a9 May 2015
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment