refactor: migrate ssh config & keys from /opt/secure/ssh to ~/.ssh

This commit is contained in:
yeti
2025-05-16 09:22:10 +01:00
parent cf3dde053d
commit 522713b5c2

19
.ssh/config Executable file
View File

@ -0,0 +1,19 @@
Host alps
HostName 10.88.0.1
User git
IdentityFile ~/.ssh/id_ed25519
IdentitiesOnly yes
StrictHostKeyChecking yes
Port 2222
ProxyCommand none
Host github
HostName github.com
User git
IdentityFile ~/.ssh/id_ed25519
IdentitiesOnly yes
StrictHostKeyChecking yes
ProxyCommand none
Host *
ProxyCommand /bin/false