Allene Lester
Sun Certified System Administrator (Solaris 8 OE)
Operating Systems Programmer (TSDC UNIX)
Federal Reserve Information Technology
214-922-6436
[EMAIL PROTECTED]
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
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
* 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
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
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
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
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
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 (
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
* 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
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
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
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).
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
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
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
17 matches
Mail list logo