feat: ssh config
This commit is contained in:
parent
c0b8e65db8
commit
29a1399ada
2 changed files with 8 additions and 0 deletions
4
.ssh/config
Normal file
4
.ssh/config
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
AddKeysToAgent yes
|
||||||
|
ForwardAgent no
|
||||||
|
IdentitiesOnly yes
|
||||||
|
Include ~/.ssh/config.d/*
|
4
.ssh/config.d/github
Normal file
4
.ssh/config.d/github
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
Host github.com
|
||||||
|
HostName ssh.github.com
|
||||||
|
User git
|
||||||
|
Port 443
|
Loading…
Add table
Add a link
Reference in a new issue