Skip to content

Instantly share code, notes, and snippets.

@cetinajero
Last active January 19, 2024 17:43
Show Gist options
  • Save cetinajero/6113c1e3148e72f6571b295da341de32 to your computer and use it in GitHub Desktop.
Save cetinajero/6113c1e3148e72f6571b295da341de32 to your computer and use it in GitHub Desktop.
~/.ssh/config
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