Skip to content

Instantly share code, notes, and snippets.

@trickyslip
Created March 2, 2024 18:53
Show Gist options
  • Save trickyslip/752c44bea788a47ea22187091b4d9905 to your computer and use it in GitHub Desktop.
Save trickyslip/752c44bea788a47ea22187091b4d9905 to your computer and use it in GitHub Desktop.
A sample SSH config file that restricts the connection to IPv4
Host myservername
HostName myservername
AddressFamily inet
@trickyslip
Copy link
Author

This file usually resides at :~/.ssh/config

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