I have 3 workstations
- ortro (my client)
- idrauser@idra (the middle)
- cerberouser@cerbero (the destination)
On idra:
ssh -L 9999:idra:22 cerberouser@cerbero
On otro:
ssh idrauser@idra -p 9999
ssh: connect to host idra port 9999: Connection refused
I cannot modify the sshd_config in ortro. I need to setup a tunnel between idra and cerbero and then use it from ortro
Thanks a lot Riccardo