Connect to postgres via SSH

by Apr 1, 2019

I see where you can add an SSH server and of course I can add a connection to a postgres instance that I have direct access to but I'm missing how to build an SSH connection into the database connection.  When using a mac I can open terminal and port forward 5432 to another port and then connect to a 127 address in Aqua Data Studio but other IDE's have the SSH connection option built into the connection options directly so you don't have to first open Terminal on Mac or Putty on Windows.  

Is there a configuration in Data Studio that allows this and I'm just missing it?