Update .gitconfig
Update .logseq/config/plugins.edn Update Library/Application Support/Code/User/settings.json Update .local/bin/vpn Update .ssh/config
This commit is contained in:
@ -1,6 +1,3 @@
|
||||
Host git.beisel.it
|
||||
User git
|
||||
IdentityFile ~/.ssh/id_ed25519-private
|
||||
|
||||
Host gitlab.com
|
||||
User git
|
||||
@ -11,3 +8,21 @@ Host *.intersport.de
|
||||
IdentityFile ~/.ssh/id_ed25519-work
|
||||
|
||||
AddKeysToAgent yes
|
||||
|
||||
Host git.beisel.it
|
||||
User git
|
||||
IdentityFile ~/.ssh/id_ed25519-private
|
||||
|
||||
Host *.beisel.it 95.216.116.5
|
||||
IdentityFile ~/.ssh/id_ed25519-private
|
||||
|
||||
Host github-private
|
||||
HostName github.com
|
||||
User git
|
||||
IdentityFile ~/.ssh/id_ed25519-private
|
||||
|
||||
Host github-work
|
||||
HostName github.com
|
||||
User git
|
||||
IdentityFile ~/.ssh/id_ed25519-work
|
||||
|
||||
|
Reference in New Issue
Block a user