On 4 December 2013, Predrag Punosevac <[email protected]> wrote: > Hi Misc, > > This is trivial question but I am having a hard time wrapping my head > around the possible use of relayd for ssh traffic redirecting. Namely > I have a situation where I have multiple hosts behind firewall which I > would like to make available for ssh loggin. [...]
You can do that with ssh alone:
Host internal_machine
ProxyCommand ssh -A -q -l %r -W %h:%p firewall
Regards,
Liviu Daia

