Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2014-03-07 18:37:29
Size: 522
Editor: frank
Comment:
Revision 3 as of 2014-03-07 18:38:34
Size: 535
Editor: frank
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
ssh tunel ssh -L ===ssh tunel ssh -L===
Line 6: Line 6:
1. install sshd package on your local machine
2. add a line in /etc/sshd/sshd_config
# install sshd package on your local machine
# 2. add a line in /etc/sshd/sshd_config
{{{
Line 9: Line 10:
3. restart sshd service
4. ssh <oracle db host> -L 8081:localhost:8080
5. login to db web admin console
}}}
#
restart sshd service
# ssh <oracle db host> -L 8081:localhost:8080
# login to db web admin console
Line 14: Line 16:
6. login with 'SYS' account, then click the 'Administration' button, 'Tasks - Manage HTTP Access' , then enable HTTP accesss from remote clients. # 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.

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

     AllowTcpForwarding yes

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

# 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)