Re: OT: port forwarding with ssh

2016-03-23 Thread Gordon Messmer
On 03/23/2016 12:10 PM, Mike Wright wrote: Here's what I'm trying: sudo ssh -L lo.cal.ip.adx:0:rem.ote.ip.adx:110 You don't need "sudo" to forward a port > 1024. You do need a server to connect to, which you haven't given in the above example. -- users mailing list users@lists.fedorapr

Re: OT: port forwarding with ssh

2016-03-23 Thread fred roller
I assume the receiving machine and necessary routers are listening /passing the necessary ports? Sometimes it's a simple over site. Fred Roller On Mar 23, 2016 3:43 PM, "Tom Rivers" wrote: > On 3/23/2016 3:10 PM, Mike Wright wrote: > > usage: ssh -L [bind_address:]port:host:hostport] > > Here'

Re: OT: port forwarding with ssh

2016-03-23 Thread Tom Rivers
On 3/23/2016 3:10 PM, Mike Wright wrote: usage: ssh -L [bind_address:]port:host:hostport] Here's what I'm trying: sudo ssh -L lo.cal.ip.adx:0:rem.ote.ip.adx:110 I successfully use the following to tunnel VNC over SSH so I can securely connect to a remote server at a hosting facility usi

Re: OT: port forwarding with ssh

2016-03-23 Thread Richard Shaw
On Wed, Mar 23, 2016 at 2:22 PM, Mike Wright wrote: > On 03/23/2016 12:17 PM, Richard Shaw wrote: > >> On Wed, Mar 23, 2016 at 2:10 PM, Mike Wright >> mailto:nob...@nospam.hostisimo.com>> wrote: >> >> Hi all, >> >> Goal: connect to a remote pop3 server over an encrypted link. >> >> I'

Re: OT: port forwarding with ssh

2016-03-23 Thread Mike Wright
On 03/23/2016 12:17 PM, Richard Shaw wrote: On Wed, Mar 23, 2016 at 2:10 PM, Mike Wright mailto:nob...@nospam.hostisimo.com>> wrote: Hi all, Goal: connect to a remote pop3 server over an encrypted link. I'm trying to setup port forwarding but keep receiving a usage message inst

Re: OT: port forwarding with ssh

2016-03-23 Thread bruce
oh .. also, are you using ssh-keys, so you don't need to have a user/passwd on the connect/command line? thanks On Wed, Mar 23, 2016 at 3:10 PM, Mike Wright wrote: > Hi all, > > Goal: connect to a remote pop3 server over an encrypted link. > > I'm trying to setup port forwarding but keep recei

Re: OT: port forwarding with ssh

2016-03-23 Thread bruce
ok.. so the 0 is local, or remote to you the session/process doing the "ssh" 1) can you do an actual ssh into the remote without port forwarding.. i know, basic, but it helps.. what you have looks right.. i'll have to check.. On Wed, Mar 23, 2016 at 3:10 PM, Mike Wright wrote: > Hi all,

Re: OT: port forwarding with ssh

2016-03-23 Thread Richard Shaw
On Wed, Mar 23, 2016 at 2:10 PM, Mike Wright wrote: > Hi all, > > Goal: connect to a remote pop3 server over an encrypted link. > > I'm trying to setup port forwarding but keep receiving a usage message > instead of success. Below is the excerpted man page rule I'm trying to use: > > usage: ssh