Update README.md

This commit is contained in:
2025-02-04 20:40:41 +00:00
parent e123656ee6
commit fee861f463

View File

@ -1,3 +1,8 @@
# git-new-ssh-config # git-new-ssh-config
SSH ProxyCommand for git-new.i-am.cool SSH ProxyCommand for git-new.i-am.cool
```
Host "git-new.i-am.cool"
ProxyCommand openssl s_client -quiet -connect git-new.i-am.cool:2222 -servername git-new.i-am.cool
```