One of our DBs is behind firewall.
I could not use it through its natural port 1521
.
I also know the same machine is accessible through the SSH port ( 22)
My friend showed me BitVise SSH Client, so that by tunneling through the SSH port , I accessed the invulnerable 1521 port and used my favorite Sql Developer tool.
My question is , how do you tunnel some data through the SSH port, what is the mechanics ? I.e. is there some SSH command like, "after successful login pass the data as is to the given port"