workspaces/.ssh/config

20 lines
366 B
Plaintext
Raw Normal View History

2025-04-18 19:15:14 +01:00
Host alps
HostName 10.88.0.1
User git
IdentityFile ~/.ssh/id_ed25519
IdentitiesOnly yes
StrictHostKeyChecking yes
2025-04-18 19:15:14 +01:00
Port 2222
2025-05-13 08:48:50 +01:00
ProxyCommand none
2025-05-13 12:19:28 +01:00
Host github
HostName github.com
User git
IdentityFile ~/.ssh/id_ed25519
2025-05-13 12:19:28 +01:00
IdentitiesOnly yes
StrictHostKeyChecking yes
ProxyCommand none
Host *
2025-05-13 08:48:50 +01:00
ProxyCommand /bin/false