Re: proxy via ssh
From: Kyler Laird (Kyler_at_news.Lairds.org)
Date: 08/22/03
- Next message: Tim Bessie: "Is there any security risk allowing SSH from within secure network?"
- Previous message: Nils Meyer: "SSH and CVS over SSH Tunnel"
- In reply to: cyrustam888: "proxy via ssh"
- Next in thread: cyrustam888: "Re: proxy via ssh"
- Reply: cyrustam888: "Re: proxy via ssh"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 22 Aug 2003 21:18:57 GMT
cyrustam888@hotmail.com (cyrustam888) writes:
>I have a question about the proxy through ssh ,
>but i don't know it is possible or not
It definitely is and I have taken a similar approach many times.
>service sshst
>{
> socket_type = stream
> wait = no
> user = user1
> server = /usr/bin/ssh
> port = 8888
> server_args = serverA telnet 127.0.0.1 8080
> disable = no
>}
If you can run socat (or even netcat) on the other side instead
of telnet, I think you'll be in a much better position. You
want a clean connection (not what telnet provides). It might
also be that telnet is wanting a terminal.
--kyler
- Next message: Tim Bessie: "Is there any security risk allowing SSH from within secure network?"
- Previous message: Nils Meyer: "SSH and CVS over SSH Tunnel"
- In reply to: cyrustam888: "proxy via ssh"
- Next in thread: cyrustam888: "Re: proxy via ssh"
- Reply: cyrustam888: "Re: proxy via ssh"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|