Path to this page:
./
sysutils/ssh-agent-switcher,
SSH agent proxy for tmux
Branch: CURRENT,
Version: 0.0.20231117nb9,
Package name: ssh-agent-switcher-0.0.20231117nb9,
Maintainer: schmonzssh-agent-switcher is a daemon that proxies SSH agent connections to any valid
forwarded agent provided by sshd. This allows long-lived processes such as
terminal multiplexers like `tmux` or `screen` to access the connection-specific
forwarded agents.
The ssh-agent-switcher daemon solves this problem by exposing an SSH agent
socket at a well-known location, allowing you to set `SSH_AUTH_SOCK` to a path
that does *not* change across different connections. The daemon then looks for
a valid socket every time it receives a request and forwards the request to the
real forwarded agent.
Master sites:
Version history: (Expand)
- (2024-09-06) Updated to version: ssh-agent-switcher-0.0.20231117nb9
- (2024-08-11) Updated to version: ssh-agent-switcher-0.0.20231117nb8
- (2024-07-03) Updated to version: ssh-agent-switcher-0.0.20231117nb7
- (2024-06-13) Updated to version: ssh-agent-switcher-0.0.20231117nb6
- (2024-06-01) Updated to version: ssh-agent-switcher-0.0.20231117nb5
- (2024-04-05) Updated to version: ssh-agent-switcher-0.0.20231117nb4
CVS history: (Expand)
2024-04-05 21:14:14 by Benny Siegert | Files touched by this commit (161) | |
Log message:
Revbump all Go packages after go121 update
|
2024-02-07 15:51:04 by Benny Siegert | Files touched by this commit (156) | |
Log message:
Revbump all Go packages after go121 update
|
2024-01-10 20:14:43 by Benny Siegert | Files touched by this commit (152) | |
Log message:
Revbump all Go packages after go121 update
|
2023-12-05 20:46:19 by Benny Siegert | Files touched by this commit (146) | |
Log message:
Revbump all Go packages after go121 update
|
2023-11-17 22:00:05 by Amitai Schleier | Files touched by this commit (4) |
Log message:
Add ssh-agent-switcher: SSH agent proxy for tmux
ssh-agent-switcher is a daemon that proxies SSH agent connections to any valid
forwarded agent provided by sshd. This allows long-lived processes such as
terminal multiplexers like `tmux` or `screen` to access the connection-specific
forwarded agents.
The ssh-agent-switcher daemon solves this problem by exposing an SSH agent
socket at a well-known location, allowing you to set `SSH_AUTH_SOCK` to a path
that does *not* change across different connections. The daemon then looks for
a valid socket every time it receives a request and forwards the request to the
real forwarded agent.
|