Created
March 24, 2015 17:12
-
-
Save shriphani/2c225a36dd92c8537f36 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
➜ gpu_init git:(master) ✗ ssh -i gpu-instances-2.pem -Y -v [email protected] | |
OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011 | |
debug1: Reading configuration data /etc/ssh_config | |
debug1: /etc/ssh_config line 20: Applying options for * | |
debug1: Connecting to 54.149.16.22 [54.149.16.22] port 22. | |
debug1: Connection established. | |
debug1: identity file gpu-instances-2.pem type -1 | |
debug1: identity file gpu-instances-2.pem-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 OpenSSH_6.6.1p1 Ubuntu-2ubuntu2 | |
debug1: match: OpenSSH_6.6.1p1 Ubuntu-2ubuntu2 pat OpenSSH* | |
debug1: SSH2_MSG_KEXINIT sent | |
debug1: SSH2_MSG_KEXINIT received | |
debug1: kex: server->client aes128-ctr [email protected] none | |
debug1: kex: client->server aes128-ctr [email protected] 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 c5:89:50:b2:ec:3c:4c:3b:b9:18:af:0f:1e:71:51:9f | |
debug1: Host '54.149.16.22' is known and matches the RSA host key. | |
debug1: Found key in /Users/shriphani/.ssh/known_hosts:2 | |
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: publickey | |
debug1: Next authentication method: publickey | |
debug1: Trying private key: gpu-instances-2.pem | |
debug1: read PEM private key done: type RSA | |
debug1: Authentication succeeded (publickey). | |
Authenticated to 54.149.16.22 ([54.149.16.22]:22). | |
debug1: channel 0: new [client-session] | |
debug1: Requesting [email protected] | |
debug1: Entering interactive session. | |
debug1: Sending environment. | |
debug1: Sending env LANG = en_US.UTF-8 | |
debug1: Sending env LC_CTYPE = en_US.UTF-8 | |
Welcome to Ubuntu 14.04.1 LTS (GNU/Linux 3.13.0-46-generic x86_64) | |
* Documentation: https://help.ubuntu.com/ | |
System information as of Tue Mar 24 17:10:43 UTC 2015 | |
System load: 0.0 Processes: 173 | |
Usage of /: 92.5% of 7.74GB Users logged in: 1 | |
Memory usage: 1% IP address for eth0: 172.31.43.162 | |
Swap usage: 0% | |
=> / is using 92.5% of 7.74GB | |
Graph this data and manage this system at: | |
https://landscape.canonical.com/ | |
Get cloud support with Ubuntu Advantage Cloud Guest: | |
http://www.ubuntu.com/business/services/cloud | |
88 packages can be updated. | |
46 updates are security updates. | |
Last login: Tue Mar 24 17:10:44 2015 from 172.56.39.12 | |
➜ ~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment