feat(ssh): use global ssh config
This commit is contained in:
11
00-allow-git.conf
Normal file
11
00-allow-git.conf
Normal file
@ -0,0 +1,11 @@
|
||||
Host alps
|
||||
HostName %h
|
||||
User git
|
||||
IdentityFile /opt/secure/ssh/id_ed25519
|
||||
IdentitiesOnly yes
|
||||
StrictHostKeyChecking yes
|
||||
Port 2222
|
||||
ProxyCommand none
|
||||
|
||||
Host *
|
||||
ProxyCommand /bin/false
|
Reference in New Issue
Block a user