Describe the feature you are requesting
I want to connect to a database over an SSH connection. The private key for this SSH connection is in 1Password. I want to use a Host from my ~/.ssh/config file. This does not seem to be possible with the current version of TablePlus.
Example ~/.ssh/config
Host ovh
Hostname 1.1.1.1
User ubuntu
Host *
IdentityAgent ~/.1password/agent.sock
To connect to this VPS using the key in 1Password, I would normally use the below command. I would be prompted for 1Password access automatically, if needed.
This feature is currently supported by DataGrip. I believe the 1Password integration uses an "SSH agent".