One of our ssh servers acts as jumphost. Users are supposed to proceed only onto certain target hosts. This could be done with iptables, but for the moment this is not the desired solution.
I checked man ssh_config
to see if this scenario could be configured within system-wide ssh_config
, but found no hint.
Any ideas aside iptables to achieve this?