Created
November 22, 2024 18:18
-
-
Save gwenn/b70a0c1c3ec28aa9aa8abaf759012eeb to your computer and use it in GitHub Desktop.
ssh config
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 * | |
ServerAliveInterval 240 | |
Host xyz | |
StrictHostKeyChecking no | |
UserKnownHostsFile /dev/null | |
GlobalKnownHostsFile /dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment