tabby-ssh-auth-socket
v1.0.0
Published
Tabby plugin to configure custom SSH auth socket path for Secretive, 1Password, and other SSH agents
Maintainers
Readme
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_SOCKenvironment 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-socketUsage
- 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
