Jan M

Results 2 issues of Jan M

I use git for windows behind a corporate proxy and use connect.exe to tunnel the ssh connection: ``` Host * ProxyCommand "C:/Program Files/Git/mingw64/bin/connect.exe" -H localhost:9000 %h %p TCPKeepAlive yes IdentitiesOnly...

First of all thanks a lot for this construct! I am just wondering whether it is possible to create binary secrets. For example key stores. I kind of got the...