reverse SSH port forwarding in sshd?

2017-06-21 Thread Matt Magoffin
Hello, I am evaluating embedding Apache sshd with support for reverse port forwarding. That is to say, I wish to execute a command on some client-host like this: ssh -N -T -R 49501:localhost:22 user@apache-sshd-host and then, on the apache-sshd-host server, use a command like ssh -p 49501

Re: reverse SSH port forwarding in sshd?

2017-06-21 Thread Matt Magoffin
> On 21/06/2017, at 9:09 PM, Matt Magoffin <apache@msqr.us> wrote: > > I am evaluating embedding Apache sshd with support for reverse port > forwarding. That is to say, I wish to execute a command on some client-host > like this: > > ssh -N -T -R 49501:localho