Initial commit.
This commit is contained in:
16
ssh_config
Normal file
16
ssh_config
Normal file
@@ -0,0 +1,16 @@
|
||||
Host *
|
||||
ServerAliveInterval 60
|
||||
|
||||
Host github.com
|
||||
AddKeysToAgent yes
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
|
||||
Host 143.198.224.192
|
||||
User git
|
||||
AddKeysToAgent yes
|
||||
IdentityFile ~/.ssh/gitea
|
||||
|
||||
Host git.kolokolnikov.dev
|
||||
User git
|
||||
AddKeysToAgent yes
|
||||
IdentityFile ~/.ssh/gitea
|
||||
Reference in New Issue
Block a user