Date: Fri, 15 Nov 2002 16:56:54 -0300 From: "Adrian Mugnolo" <adrianm@yahoo-inc.com> To: "Joshua Lokken" <inspector.us@omicnet.com>, <freebsd-questions@FreeBSD.ORG> Subject: Re: SSH through a firewall Message-ID: <002201c28ce1$27298d40$6c5218ac@ROCK> References: <OAEGJMOGEKPEGCNHFDFFCEJFCBAA.inspector.us@omicnet.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, You can set up por forwarding for ssh connections to 10.0.0.2 as follows: ssh -L 2022:10.0.0.2:22 12.225.249.250 And while that connection remains open, you can do: scp -P 2022 file.txt localhost: Please note that the requested password or key will be the one on the destination host, not the gateway. Also, that you can do multiple port forwardings at once: ssh -L 2022:10.0.0.2:22 -L 2122:10.0.0.3:22 -L 2222:10.0.0.4:22 12.225.249.250 HTH ----- Original Message ----- From: "Joshua Lokken" <inspector.us@omicnet.com> To: <freebsd-questions@FreeBSD.ORG> Sent: Friday, November 15, 2002 3:58 PM Subject: SSH through a firewall > Hi, folks > > I often transfer files to my home machines from work using scp. Currently, > if I want to move a file to a machine on my LAN, I first have to copy the > file to a user home dir on the gateway box, then recopy it from the gateway > to the internal box. How do I avoid this extra step? eg, > > 130.94.160.46 ------------------> 12.225.249.250 --------------------> > 10.0.0.2 > (remote machine) (gateway) > (destination) > > I have the proper keys in the proper places and the hosts files are OK. I > appreciate any help. Please cc me, as this address is not subscribed to the > list. Thanks! > > -- > Best Regards, > > Joshua Lokken > OMIC Portland Branch > inspector.us@omicnet.com > 503 807 6538 > -------------------------> > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?002201c28ce1$27298d40$6c5218ac>