feat(ssh): add github host
This commit is contained in:
parent
b3ea672506
commit
c544d8a7a1
@ -7,5 +7,13 @@ Host alps
|
|||||||
Port 2222
|
Port 2222
|
||||||
ProxyCommand none
|
ProxyCommand none
|
||||||
|
|
||||||
|
Host github
|
||||||
|
HostName github.com
|
||||||
|
User git
|
||||||
|
IdentityFile /opt/secure/ssh/id_ed25519
|
||||||
|
IdentitiesOnly yes
|
||||||
|
StrictHostKeyChecking yes
|
||||||
|
ProxyCommand none
|
||||||
|
|
||||||
Host *
|
Host *
|
||||||
ProxyCommand /bin/false
|
ProxyCommand /bin/false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user