Displaying 1 result from an estimated 1 matches for "execssh".
Did you mean:
execs
2017 Nov 10
3
ProxyCommand that creates identity file
Hi there,
I'm working on a project to write a ProxyCommand that reaches out to an SSH
CA to receive an SSH certificate prior to the connection. The ProxyCommand
also creates a tunnel to the upstream SSH server.
When using ProxyCommand alone, the issue is that the identity files are
loaded as soon as SSH has fork/exec'd the process. It does not wait for a
valid server negotiation.
I