feat(ssh): use global ssh config

This commit is contained in:
yeti
2025-05-13 08:48:50 +01:00
parent c67ce5e7e4
commit fd9e672d28
3 changed files with 3 additions and 16 deletions

11
00-allow-git.conf Normal file
View 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