Mathieu Westphal
2018-10-05 09:23:49 UTC
Hello List,
I'm not enterelly sure that I'm on the rist place to ask this question,
sorry if not.
The question is simple, *how to test simply a ssh tunnel ?*
I just want to make sure the the tunnel i'm opening is letting information
goes through it without problem, and I want to avoid any other point of
failure when testing.
for example let's say I run
ssh -L 8080:localhost:11111 ***@remote
What command could I then use to use this tunnel as simply as possible,
either on the client, the server or both.
Thanks,
Mathieu Westphal
I'm not enterelly sure that I'm on the rist place to ask this question,
sorry if not.
The question is simple, *how to test simply a ssh tunnel ?*
I just want to make sure the the tunnel i'm opening is letting information
goes through it without problem, and I want to avoid any other point of
failure when testing.
for example let's say I run
ssh -L 8080:localhost:11111 ***@remote
What command could I then use to use this tunnel as simply as possible,
either on the client, the server or both.
Thanks,
Mathieu Westphal