Re: proxy via ssh
From: cyrustam888 (cyrustam888_at_hotmail.com)
Date: 08/23/03
- Previous message: Richard E. Silverman: "Re: Is there any security risk allowing SSH from within secure network?"
- In reply to: Kyler Laird: "Re: proxy via ssh"
- Next in thread: Brian Pence: "Re: proxy via ssh"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 22 Aug 2003 19:28:47 -0700
The netcat is great,
Thanks Kyler
Kyler Laird <Kyler@news.Lairds.org> wrote in message news:<i08i11-pvg.ln1@jowls.lairds.org>...
> 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
- Previous message: Richard E. Silverman: "Re: Is there any security risk allowing SSH from within secure network?"
- In reply to: Kyler Laird: "Re: proxy via ssh"
- Next in thread: Brian Pence: "Re: proxy via ssh"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|