Add .ssh/config

This commit is contained in:
2026-06-23 19:41:38 +00:00
parent 2f42d67135
commit 280fdf2da7
+7
View File
@@ -0,0 +1,7 @@
Host gitea-sjtu
HostName 70.34.242.158
Port 20022
User git
ProxyCommand nc -X connect -x 127.0.0.1:8080 %h %p
IdentityFile ~/.ssh/id_rsa
IdentitiesOnly yes