workspaces/.ssh/config
2025-05-23 11:59:16 +00:00

18 lines
296 B
Plaintext
Executable File

Host alps
HostName 10.88.0.1
User git
IdentitiesOnly yes
StrictHostKeyChecking yes
Port 2222
ProxyCommand none
Host github
HostName github.com
User git
IdentitiesOnly yes
StrictHostKeyChecking yes
ProxyCommand none
Host *
ProxyCommand /bin/false