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
dchen2@MacBookProD6R:~$ ssh -i ~/.ssh/data-eng-dev.pem [email protected] -vvv | |
OpenSSH_8.1p1, LibreSSL 2.7.3 | |
debug1: Reading configuration data /Users/dchen2/.ssh/config | |
debug1: Reading configuration data /etc/ssh/ssh_config | |
debug1: /etc/ssh/ssh_config line 47: Applying options for * | |
debug1: Connecting to ip-10-194-80-39.us-west-2.compute.internal port 22. | |
debug1: Connection established. | |
debug1: identity file /Users/dchen2/.ssh/data-eng-dev.pem type -1 | |
debug1: identity file /Users/dchen2/.ssh/data-eng-dev.pem-cert type -1 | |
debug1: Local version string SSH-2.0-OpenSSH_8.1 |
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 -i ~/.ssh/data-eng-dev.pem [email protected] -vvv | |
OpenSSH_8.1p1, LibreSSL 2.7.3 | |
debug1: Reading configuration data /Users/dchen2/.ssh/config | |
debug1: Reading configuration data /etc/ssh/ssh_config | |
debug1: /etc/ssh/ssh_config line 47: Applying options for * | |
debug2: resolve_canonicalize: hostname 10.194.83.168 is address | |
debug2: ssh_connect_direct | |
debug1: Connecting to 10.194.83.168 [10.194.83.168] port 22. | |
debug1: Connection established. | |
debug1: identity file /Users/dchen2/.ssh/data-eng-dev.pem type -1 |