workspaces/ssh/config

10 lines
181 B
Plaintext

Host github.com
User git
IdentityFile /root/ssh/id_ed25519
IdentitiesOnly yes
StrictHostKeyChecking yes
Host *
ProxyCommand /home/devuser/ssh-blocker.sh %h %p