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

ssh port forwarding errors

2004-03-30 Thread Jody Grafals
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 and I don't get the connection I am expecting from the WebServer on the other

Re: problem with ssh port forwarding for http connections

2004-02-20 Thread Vineet Kumar
* Qian Gong ([EMAIL PROTECTED]) [040220 07:16]: > Hi, > > I am trying ssh port forwarding for http connections by: > ssh -L2001:www.web.server:80 ssh_server > Then use mozilla to browse http://localhost:2001. Some web site can be > visited successfully. But for some

problem with ssh port forwarding for http connections

2004-02-20 Thread Qian Gong
Hi, I am trying ssh port forwarding for http connections by: ssh -L2001:www.web.server:80 ssh_server Then use mozilla to browse http://localhost:2001. Some web site can be visited successfully. But for some web site it fails. There are two problems. 1. If the website uses cookie, it

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

ssh port forwarding

2002-11-10 Thread Gerald Livingston
OK, got Woody working on the laptop. Now I seem to be having difficulty getting ssh port forwarding from the home machine to the woody laptop. Works fine forwarding port 143 from the home machine to port 143 on this winbox using Putty. On the laptop I'm using the ssh command line: ssh

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

SSH port forwarding

2001-10-02 Thread Failure
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 boxes involved both use Debian with OpenSSH 2.9p2. I conn

Re: starting ssh port forwarding from inetd

1999-11-04 Thread Bernhard Rieder
Robert Varga wrote: > Try to conform to the standards. > .. > If you want to use ssh, then use portforwarding on the client side. If you > use it on the server side, then you need to teach the POP3 client ssh, > which is not really feasible. I want to use it un the client side. Maybe I expresse

Re: starting ssh port forwarding from inetd

1999-11-04 Thread Robert Varga
On Wed, 3 Nov 1999, Bernhard Rieder wrote: > Hi, > > I'd like to secure my pop3 ans smtp ports with ssh, > but I'm not sure hoe to set it up. > Is there a way to start it from inetd? Try to conform to the standards. Use stunnel to set up an SSL proxy for the 110 port on the POP3S port (995).

Re: starting ssh port forwarding from inetd

1999-11-03 Thread Bernhard Rieder
aphro wrote: > > i see 1 rproblem there there is no POP3 server on the pop3 line so there > is no way to read mail without the actual pop client. if your that > paranoid go with something like IPSEC, or use a POP server that supports > APOP(obsolete?) or SSL. as for SMTP ..well use IPSEC. i hope

Re: starting ssh port forwarding from inetd

1999-11-03 Thread aphro
i see 1 rproblem there there is no POP3 server on the pop3 line so there is no way to read mail without the actual pop client. if your that paranoid go with something like IPSEC, or use a POP server that supports APOP(obsolete?) or SSL. as for SMTP ..well use IPSEC. i hope your not planning on enc

starting ssh port forwarding from inetd

1999-11-03 Thread Bernhard Rieder
Hi, I'd like to secure my pop3 ans smtp ports with ssh, but I'm not sure hoe to set it up. Is there a way to start it from inetd? I tried the line pop3stream tcp nowait root/usr/bin/ssh \ /usr/bin/ssh -C -v [EMAIL PROTECTED] -L 110:host:110 sleep 10 Why do I have to use /usr/bin/s