1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-04-26 03:45:21 -04:00
dotfiles/ssh/.ssh/config
2021-10-08 10:03:38 -04:00

105 lines
2.3 KiB
Plaintext

Include conf.d/*
CanonicalizeHostname yes
CanonicalizeMaxDots 0
Host *
# https://stribika.github.io/2015/01/04/secure-secure-shell.html
ChallengeResponseAuthentication no
Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes256-ctr
ControlMaster auto
ControlPath /tmp/ssh-%r@%h:%p
ControlPersist 5m
ForwardX11 no
GSSAPIAuthentication yes
GSSAPIDelegateCredentials yes
HashKnownHosts yes
HostKeyAlgorithms ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ssh-ed25519,ssh-rsa
KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256
MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,umac-128@openssh.com
# PasswordAuthentication no
PubkeyAuthentication yes
SendEnv LANG
ServerAliveCountMax 3
ServerAliveInterval 120
VisualHostKey yes
VerifyHostKeyDNS ask
# macOS specific
IgnoreUnknown AddKeysToAgent,UseKeychain
AddKeysToAgent yes
UseKeychain yes
PreferredAuthentications publickey
IdentityFile ~/.ssh/id_ed25519
IdentityFile ~/.ssh/id_rsa
Host tufts
HostName linux.eecs.tufts.edu
User jjarvi01
IdentityFile ~/.ssh/id_ed25519
IdentitiesOnly yes
ForwardAgent yes
Host code
# tailscale IP:
HostName 100.76.96.117
User root
IdentityFile ~/.ssh/id_ed25519
IdentitiesOnly yes
ForwardAgent yes
Host tor
# tailscale IP:
HostName 100.68.159.54
User root
IdentityFile ~/.ssh/id_ed25519
IdentitiesOnly yes
ForwardAgent yes
Host y2k
# tailscale IP:
HostName 100.79.167.105
Port 32422
User root
IdentityFile ~/.ssh/id_ed25519
IdentitiesOnly yes
ForwardAgent yes
Host nas
# home net:
HostName 192.168.20.11
User jake
IdentityFile ~/.ssh/id_ed25519
IdentitiesOnly yes
ForwardAgent yes
Host seed
# home net:
HostName 192.168.20.12
User jake
IdentityFile ~/.ssh/id_ed25519
IdentitiesOnly yes
ForwardAgent yes
Host argo
# home net:
HostName 192.168.20.13
User jake
IdentityFile ~/.ssh/id_ed25519
IdentitiesOnly yes
ForwardAgent yes
Host github.com
HostName github.com
User git
IdentityFile ~/.ssh/id_ed25519
IdentitiesOnly yes
Host hashbang
HostName de1.hashbang.sh
User jakej
IdentityFile ~/.ssh/id_rsa
IdentitiesOnly yes
Host *.ssh.wpengine.net
IdentityFile ~/.ssh/wpe_devkit