🔐1Password SSH agent

Medis officially supports the 1Password SSH agent, enabling you to manage all your SSH secrets conveniently in one location.

Please note that due to Apple's sandbox restrictions, only Medis versions downloaded from the official website support this feature.

Do not hesitate to contact us if you require further assistance.

To configure the integration of Medis with 1Password, follow these steps:

Update SSH Config

Configure the 1Password SSH agent in your SSH config file by referring to 1Password's SSH Configuration Guide and adding the following:

Host *
  IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"

to your ~/.ssh/config.

Configuring Medis to Use SSH Configuration

  1. Open "Settings..." in Medis

  2. Switch to the SSH panel

  3. Add your SSH config file so Medis can adhere to the. desired configurations

Configuring Medis Connection

Once the above steps are completed, Medis can utilize the 1Password SSH agent for your connections that have SSH tunnel enabled. Here's an example of what a typical setup might look like:

When establishing a connection, 1Password will prompt you for SSH key approval as follows:

Last updated