Skip site navigation (1)Skip section navigation (2)
Date:      18 Nov 2002 23:40:36 -0600
From:      James McNaughton <jtm63@enteract.com>
To:        "Joshua Lokken" <inspector.us@omicnet.com>
Cc:        "Adrian Mugnolo" <adrianm@yahoo-inc.com>, <freebsd-questions@FreeBSD.ORG>
Subject:   Re: SSH through a firewall
Message-ID:  <86d6p2unfv.fsf@jamestown.21stcentury.net>
In-Reply-To: <OAEGJMOGEKPEGCNHFDFFOEJOCBAA.inspector.us@omicnet.com>
References:  <OAEGJMOGEKPEGCNHFDFFOEJOCBAA.inspector.us@omicnet.com>

next in thread | previous in thread | raw e-mail | index | archive | help
"Joshua Lokken" <inspector.us@omicnet.com> writes:

> > -----Original Message-----
> > From: Adrian Mugnolo [mailto:adrianm@yahoo-inc.com]
> > Sent: Friday, November 15, 2002 11:57 AM
> > To: Joshua Lokken; freebsd-questions@FreeBSD.ORG
> > Subject: Re: SSH through a firewall
> >
> >
> > 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
> >
> 
> It does, thanks.  The work machine is a Winbox, and I'm using PuTTY.  I'm
> not sure how to get this setup to work, but I'll keep at it!
> 

Another way would be to use NFS to mount the file system on the
destination machine to the gateway. You have to set NFS up for this
and also have vfs.usermount=1 IIRC.


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?86d6p2unfv.fsf>