mirror of
https://github.com/nishiki/manage-password.git
synced 2024-11-26 23:33:03 +00:00
add package for sync via ssh
This commit is contained in:
parent
1043b5c21c
commit
63af86e7d4
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Manage your passwords!
|
||||
|
||||
MPW is a little software which stores your passwords in an GPG encrypted file.
|
||||
MPW can sync your password with a MPW Server.
|
||||
MPW can synchronize your password with a MPW Server or via SSH.
|
||||
|
||||
# Installation
|
||||
|
||||
|
@ -12,5 +12,9 @@ This program work with ruby >= 1.9
|
|||
|
||||
* apt-get install ruby ruby-gpgme ruby-highline ruby-i18n ruby-locale
|
||||
|
||||
If you want to synchronize your password via SSH/SCP:
|
||||
* apt-get install ruby-ssh ruby-scp
|
||||
|
||||
For mpw-ssh:
|
||||
* apt-get install sshpass
|
||||
|
||||
|
|
Loading…
Reference in a new issue