Files
ssh_config/.ssh/config
T
2026-06-23 19:41:38 +00:00

8 lines
180 B
Plaintext

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