Force one telnet per ssh tunnle
- From: nsc <naunidh@xxxxxxxxx>
- Date: Thu, 10 Jan 2008 00:29:54 -0800 (PST)
I let users telnet to my aplication using ssh tunnle. The users use
OpenSSH client 3.x as this,
ssh -2 -N -f -L porta:localhost:23 192.168.xxx.xxx
telnet localhost porrta
The server is also an implementation of OpenSSH. My requirement is to
force only one telnet over the tunnle that has been created. For
example the following currently works,
ssh -2 -N -f -L porta:localhost:23 192.168.xxx.xxx
telnet localhost porrta
---- from another shell
telnet localhost porrta
---- from another shell
telnet localhost porrta
But I want that consequitive telnet should fail. Is there a server
setting to acheive this. Any client setting/option to add while
creating tunnle will also work for me, as I can force my users to use
it.
If nothing else then I am also willing to change the SSH server side
code to suit my needs, but I hope that is the last resort.
Thanks.
.
- Follow-Ups:
- Re: Force one telnet per ssh tunnle
- From: Darren Tucker
- Re: Force one telnet per ssh tunnle
- From: Todd H.
- Re: Force one telnet per ssh tunnle
- Prev by Date: Re: Match user not working
- Next by Date: Loggin within PLink
- Previous by thread: WinSCP: prompt truncated. Any option to view it full?
- Next by thread: Re: Force one telnet per ssh tunnle
- Index(es):