-
-
Save z3t0/6ee4ceae9a6ca8d045ce9cefbc0bc2d2 to your computer and use it in GitHub Desktop.
This file contains 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
# this is the domain | |
$ ssh -v democracyblockchain.cf -p 22 | |
OpenSSH_7.4p1, LibreSSL 2.5.0 | |
debug1: Reading configuration data /Users/z3t0/.ssh/config | |
debug1: /Users/z3t0/.ssh/config line 1: Applying options for * | |
debug1: Reading configuration data /etc/ssh/ssh_config | |
debug1: /etc/ssh/ssh_config line 53: Applying options for * | |
ssh: Could not resolve hostname democracyblockchain.cf: nodename nor servname provided, or not known | |
# this is the actual ip addres | |
$ ssh [email protected] -p 22 -v | |
OpenSSH_7.4p1, LibreSSL 2.5.0 | |
debug1: Reading configuration data /Users/z3t0/.ssh/config | |
debug1: /Users/z3t0/.ssh/config line 1: Applying options for * | |
debug1: Reading configuration data /etc/ssh/ssh_config | |
debug1: /etc/ssh/ssh_config line 53: Applying options for * | |
debug1: Connecting to 104.131.122.186 [104.131.122.186] port 22. | |
^[[Adebug1: connect to address 104.131.122.186 port 22: Operation timed out | |
ssh: connect to host 104.131.122.186 port 22: Operation timed out |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment