Re: port forwarding and oracle
From: Mauricio Araya V. (mauricio_at_hostarica.com)
Date: 10/25/04
- Previous message: Jerry: "Re: How to verify Privilege Separation is working?"
- In reply to: Chris Cheshire: "port forwarding and oracle"
- Next in thread: Jesse Waters: "Re: port forwarding and oracle"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: Chris Cheshire <ccheshire@bigredwire.com> Date: Mon, 25 Oct 2004 15:19:45 -0600
On Thu, 2004-10-21 at 20:37, Chris Cheshire wrote:
> ssh -v -L 2521:dbserver:1521 user@dbserver
Are you trying to connect to somewhere different than localhost? If that
is the case use the -g option.
from ssh(1):
-g Allows remote hosts to connect to local forwarded ports.
if you don't use -g it will allow connections only to localhost
(127.0.0.1).
hope it helps,
-Mauricio
- Previous message: Jerry: "Re: How to verify Privilege Separation is working?"
- In reply to: Chris Cheshire: "port forwarding and oracle"
- Next in thread: Jesse Waters: "Re: port forwarding and oracle"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|