Differences between revisions 5 and 6
Revision 5 as of 2014-03-07 18:39:36
Size: 548
Editor: frank
Comment:
Revision 6 as of 2014-03-07 18:40:42
Size: 570
Editor: frank
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
1. add a line in /etc/sshd/sshd_config
{{{
1. add a line in /etc/sshd/sshd_config{{{
Line 12: Line 11:
1. ssh <oracle db host> -L 8081:localhost:8080
1. login to db web admin console
{{{
1. ssh to start tunel
{{{
ssh <oracle db host> -L 8081:localhost:8080}}}
1. login to db web admin console{{{
Line 17: Line 16:
.1 login with 'SYS' account, then click the 'Administration' button, 'Tasks - Manage HTTP Access' , then enable HTTP accesss from remote clients. 1. login with 'SYS' account, then click the 'Administration' button, 'Tasks - Manage HTTP Access' , then enable HTTP accesss from remote clients.

ssh tunel ssh -L

How to access the Database Home Page "http://127.0.0.1:8080/apex" remotely using ssh tunnel.

1. install sshd package on your local machine 1. add a line in /etc/sshd/sshd_config

     AllowTcpForwarding yes

1. restart sshd service 1. ssh to start tunel ssh <oracle db host> -L 8081:localhost:8080 1. login to db web admin console

    http://localhost:8081/apex

1. login with 'SYS' account, then click the 'Administration' button, 'Tasks - Manage HTTP Access' , then enable HTTP accesss from remote clients.

Tech/SSH (last edited 2014-03-07 18:58:38 by frank)