Last active
January 19, 2024 17:43
-
-
Save cetinajero/6113c1e3148e72f6571b295da341de32 to your computer and use it in GitHub Desktop.
~/.ssh/config
This file contains 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 paunix.github.com | |
hostname github.com | |
identityfile ~/.ssh/id_rsa-paunix | |
host 172.31.31.254 172.31.35.254 172.31.43.254 | |
port 2002 | |
KexAlgorithms +diffie-hellman-group1-sha1 | |
Ciphers +3des-cbc | |
HostKeyAlgorithms +ssh-dss | |
MACs hmac-sha1 | |
PubkeyAcceptedKeyTypes +ssh-rsa |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment