Re: ssh port forwarding errors

2004-12-06 Thread Allene . Lester
Allene Lester Sun Certified System Administrator (Solaris 8 OE) Operating Systems Programmer (TSDC UNIX) Federal Reserve Information Technology 214-922-6436 [EMAIL PROTECTED]

Re: ssh port forwarding errors

2004-03-30 Thread Brent Miller
Jody Grafals wrote: > Anyone seen this error befor ? > > "channel 1: open failed: administratively prohibited: open failed" > > I get it when I try to run this command > ssh -f -g -n -b216.xxx.xxx.92 -N -L80:67.xxx.xxx.22.:80 -l root > 67.xxx.xxx.22 You have to be root to be able to open port 80

Re: ssh port forwarding [solved]

2002-11-10 Thread Gerald V . Livingston II
On Sun, 10 Nov 2002 03:24:54 -0600 "Gerald Livingston" <[EMAIL PROTECTED]> wrote: > On the laptop I'm using the ssh command line: > > ssh root@home-machine -R 143:localhost:143 > > I also tried 1143 as the second port argument thinking maybe > I couldn't use a privileged port locally as non root

Re: ssh port forwarding

2002-11-10 Thread sean finney
hiya, On Sun, Nov 10, 2002 at 03:24:54AM -0600, Gerald Livingston wrote: > On the laptop I'm using the ssh command line: > > ssh root@home-machine -R 143:localhost:143 to clarify, you're doing this so you can tunnel an imap connection to your home machine on your laptop? if so, then you actuall

Re: ssh port forwarding of IMAP connection

2002-11-04 Thread Gerald V. Livingston II
On Mon, 2002-11-04 at 14:28, Alan Chandler wrote: > On Monday 04 November 2002 12:54 pm, Gerald V. Livingston II wrote: > I can't help you with your apache problem but have you thought of trying ssh? > > Get putty from http://www.chiark.greenend.org.uk/~sgtatham/putty/ which is an > ssh client (

Re: SSH port forwarding

2001-10-03 Thread Failure
On Wed, Oct 03, 2001 at 01:38:21AM -0700, Vineet Kumar wrote: <> > > I connect like this (from the firewalled machine): > > > > ssh -g -C -R 3001:firewalled_machine:22 [EMAIL PROTECTED] > > > > I can now connect to 3001 on the outside machine, but the connection doesn't > > do anything and is qui

Re: SSH port forwarding

2001-10-03 Thread Vineet Kumar
* Failure ([EMAIL PROTECTED]) [011002 10:23]: > I have some boxes behind a firewall that I need access to from the internet. > I don't control the firewall, so I thought I would try to use OpenSSH > port forwarding. I have placed "GatewayPorts yes" in the outside machine's > sshd_config. The box