mirror of
https://github.com/jakejarvis/dotfiles.git
synced 2026-01-12 16:32:54 -05:00
updates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user