8 lines
201 B
Markdown
8 lines
201 B
Markdown
# git-new-ssh-config
|
|
|
|
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
|
|
``` |