Skip to content

Connection to host via SSH with private key in 1Password #254

@MicahParks

Description

@MicahParks

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.

ssh ovh

This feature is currently supported by DataGrip. I believe the 1Password integration uses an "SSH agent".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions