Re: Reverse SSH tunelling
From: Steffen Kluge (kluge_at_fujitsu.com.au)
Date: 08/27/04
- Previous message: Shaun Dewberry: "Re: Reverse SSH tunelling"
- In reply to: Raistlin Majere: "Reverse SSH tunelling"
- Next in thread: Andreas Happe: "Re: Reverse SSH tunelling"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: focus-linux@securityfocus.com Date: Fri, 27 Aug 2004 16:19:00 +1000
On Thu, 2004-08-26 at 12:50, Raistlin Majere wrote:
> Security os pf the utmost concern, so I need
> some sort of encrypted tunnel, hence the thought of ssh, but I don't
> know how to do this 'reverse' tunnel...
On all of the 50 remote servers create SSH DSA keys (as yourself) and
add their public parts to file ~someone/.ssh/authorized_keys on the
central server. Then run something like:
[yourself ~]$ ssh -N -R 123nn:127.0.0.1:22 someone@central-server &
(nn = 01..50)
Then, from the central server, use:
$ ssh -p 123nn localhost
to connect to remote server nn.
Cheers
Steffen.
- application/pgp-signature attachment: This is a digitally signed message part
- Previous message: Shaun Dewberry: "Re: Reverse SSH tunelling"
- In reply to: Raistlin Majere: "Reverse SSH tunelling"
- Next in thread: Andreas Happe: "Re: Reverse SSH tunelling"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|