Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

creating a new connection in sql server using ssh tunnel

user13168644Apr 30 2025

Hi,

I need some guidance how to create an SSH tunnel to create a database connection.

This one works in the terminal

ssh -i /home/oracle/.ssh/mykey -N -L localhost:1521:10.0.0.17:1521 oracle@144.24.29.103

when I try to use it in SQL Developer, it is timing out. I think I might be doing something wrong in the “Local Port Forward” section

Thanks

Comments
Post Details
Added on Apr 30 2025
0 comments
118 views