Skip to content

not-jan/pass-ssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pass-ssh

Allows you to start an SSH session from a pass entry.

Requirements

Installation

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.

Usage

  1. Create a new entry in pass with the format (sshflags is optional)
    <password>
    ssh: username@host
    sshflags: -q -D 1337
    
  2. Run pass ssh <path to entry> <additional parameters>
  3. You will be dropped into the requested ssh shell

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages