mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-10 17:08:40 +00:00
Add SSH config
This commit is contained in:
14
ssh.config
Normal file
14
ssh.config
Normal file
@@ -0,0 +1,14 @@
|
||||
IgnoreUnknown AddKeysToAgent,UseKeychain
|
||||
|
||||
Host github.com
|
||||
AddKeysToAgent yes
|
||||
IgnoreUnknown UseKeychain
|
||||
UseKeychain yes
|
||||
IdentityFile ~/.ssh/github_rsa
|
||||
HostName github.com
|
||||
|
||||
Host *
|
||||
AddKeysToAgent yes
|
||||
IgnoreUnknown UseKeychain
|
||||
UseKeychain yes
|
||||
IdentityFile ~/.ssh/id_rsa
|
Reference in New Issue
Block a user