Allows you to start an SSH session from a pass entry.
Drop ssh.bash into /usr/lib/password-store/extensions
(distro specific) or ~/.password-store/.extensions/ssh.bash
and run chmod +x
on it. Please note that for the latter you will have to manually enable this add-on. Please see here for instructions on how to do that.
- Create a new entry in pass with the format (sshflags is optional)
<password> ssh: username@host sshflags: -q -D 1337
- Run
pass ssh <path to entry> <additional parameters>
- You will be dropped into the requested ssh shell