mirror of
https://github.com/nishiki/manage-password.git
synced 2025-02-18 17:10:04 +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!
|
# Manage your passwords!
|
||||||
|
|
||||||
MPW is a little software which stores your passwords in an GPG encrypted file.
|
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
|
# Installation
|
||||||
|
|
||||||
|
@ -12,5 +12,9 @@ This program work with ruby >= 1.9
|
||||||
|
|
||||||
* apt-get install ruby ruby-gpgme ruby-highline ruby-i18n ruby-locale
|
* 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:
|
For mpw-ssh:
|
||||||
* apt-get install sshpass
|
* apt-get install sshpass
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue