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


