Created
August 26, 2019 04:03
-
-
Save mardix/4dafb453e17d9a8efb064cf622aa7308 to your computer and use it in GitHub Desktop.
SSH
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
Remove culprit server | |
ssh-keygen -R remote-server-name-here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check if port is open
nc -zvw3 192.168.1.95 22
explain: 192.168.1.95 = host
22 = port