1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2026-01-12 16:32:54 -05:00
This commit is contained in:
2021-03-17 10:57:41 -04:00
parent f1e8bddb4a
commit 5953542014
12 changed files with 229 additions and 184 deletions

View File

@@ -10,7 +10,6 @@ Host *
ControlMaster auto
ControlPath /tmp/ssh-%r@%h:%p
ControlPersist 5m
ForwardAgent yes
ForwardX11 no
GSSAPIAuthentication yes
GSSAPIDelegateCredentials yes
@@ -29,6 +28,7 @@ Host *
IgnoreUnknown AddKeysToAgent,UseKeychain
AddKeysToAgent yes
UseKeychain yes
PreferredAuthentications publickey
IdentityFile ~/.ssh/id_ed25519
IdentityFile ~/.ssh/id_rsa
@@ -37,12 +37,14 @@ Host tufts
User jjarvi01
IdentityFile ~/.ssh/id_ed25519
IdentitiesOnly yes
ForwardAgent yes
Host code
HostName code.jarv.is
User root
IdentityFile ~/.ssh/id_ed25519
IdentitiesOnly yes
ForwardAgent yes
Host github.com
HostName github.com