feat: ssh config

This commit is contained in:
Gregor Bückendorf 2023-11-17 13:25:46 +01:00
parent c0b8e65db8
commit 29a1399ada
2 changed files with 8 additions and 0 deletions

4
.ssh/config Normal file
View file

@ -0,0 +1,4 @@
AddKeysToAgent yes
ForwardAgent no
IdentitiesOnly yes
Include ~/.ssh/config.d/*

4
.ssh/config.d/github Normal file
View file

@ -0,0 +1,4 @@
Host github.com
HostName ssh.github.com
User git
Port 443