Created
March 2, 2024 18:53
-
-
Save trickyslip/752c44bea788a47ea22187091b4d9905 to your computer and use it in GitHub Desktop.
A sample SSH config file that restricts the connection to IPv4
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
Host myservername | |
HostName myservername | |
AddressFamily inet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This file usually resides at :
~/.ssh/config