workspaces/ssh/config

11 lines
197 B
Plaintext
Raw Normal View History

2025-04-18 19:15:14 +01:00
Host alps
User git
2025-04-18 19:15:14 +01:00
IdentityFile /opt/secure/ssh/id_ed25519
IdentitiesOnly yes
StrictHostKeyChecking yes
2025-04-18 19:15:14 +01:00
Port 2222
Host *
2025-04-18 19:15:14 +01:00
ProxyCommand /opt/secure/ssh/ssh-blocker.sh %h %p