Skip to content

Instantly share code, notes, and snippets.

@mardix
Created August 26, 2019 04:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mardix/4dafb453e17d9a8efb064cf622aa7308 to your computer and use it in GitHub Desktop.
Save mardix/4dafb453e17d9a8efb064cf622aa7308 to your computer and use it in GitHub Desktop.
SSH
Remove culprit server
ssh-keygen -R remote-server-name-here
@mardix
Copy link
Author

mardix commented Oct 6, 2019

Check if port is open

nc -zvw3 192.168.1.95 22

explain: 192.168.1.95 = host
22 = port

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment