New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

tabby-ssh-auth-socket

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tabby-ssh-auth-socket

Tabby plugin to configure custom SSH auth socket path for Secretive, 1Password, and other SSH agents

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Tabby SSH Auth Socket Plugin

A Tabby terminal plugin to configure custom SSH authentication socket paths for use with SSH agents like Secretive, 1Password, GPG, and others.

Features

  • Configure custom SSH_AUTH_SOCK environment variable for all SSH connections
  • Support for popular SSH agents:
    • Secretive
    • 1Password
    • GPG Agent
  • Import socket path from ~/.ssh/config
  • Test connection to verify socket works
  • Path expansion support (~, environment variables)

Installation

Install from Tabby's plugin manager by searching for tabby-ssh-auth-socket, or install manually:

npm install -g tabby-ssh-auth-socket

Usage

  • Open Tabby settings
  • Go to "SSH Auth Socket" section
  • Enter your SSH agent socket path, or click "Import from ~/.ssh/config"
  • Click "Test Connection" to verify it works
  • Socket will be applied to all new SSH connections

Common Socket Paths

  • Secretive: ~/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh
  • 1Password: ~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock
  • GPG Agent: ~/.gnupg/S.gpg-agent.ssh

License

MIT

Keywords

tabby-plugin

FAQs

Package last updated on 06 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts