Re: Redirect 127.0.0.1 to host IP?
From: Richard E. Silverman (res_at_qoxp.net)
Date: 06/25/04
- Previous message: Morten: "Any FULLY setup-automated SSH programs out there?"
- In reply to: Glenn: "Redirect 127.0.0.1 to host IP?"
- Next in thread: all mail refused: "Re: Redirect 127.0.0.1 to host IP?"
- Reply: all mail refused: "Re: Redirect 127.0.0.1 to host IP?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 24 Jun 2004 23:47:33 -0400
>>>>> "Glenn" == Glenn <glchin@hotmail.com> writes:
Glenn> Is it possible to configure ssh to redirect requests sent to
Glenn> 127.0.0.1:22 to <host IP>:22 ?
ssh -L 22:<host IP>:22 ...
This will usually need to be run as root in order to bind the "privileged"
port 22.
Glenn> If not, I can use a user-mode program to do this task,
What do you mean by "user-mode?" This term is usually used as distinct
from "kernel mode," but that doesn't make sense here. And if you mean
root vs non-root, that doesn't make sense either as you want it to bind a
low port.
Also, your comment suggests you simply want to redirect connections
to/from a single host. You could use an SSH client this way, but it would
provide no security, and it might be simpler to just use something else,
e.g. the redirection facility of netfilter.
Glenn> but is security potentially compromised when reading from and
Glenn> sending to TCP sockets?
I don't understand this question.
-- Richard Silverman res@qoxp.net
- Previous message: Morten: "Any FULLY setup-automated SSH programs out there?"
- In reply to: Glenn: "Redirect 127.0.0.1 to host IP?"
- Next in thread: all mail refused: "Re: Redirect 127.0.0.1 to host IP?"
- Reply: all mail refused: "Re: Redirect 127.0.0.1 to host IP?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|