1
0
Fork 0
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:
nishiki 2014-02-01 19:29:56 +01:00
parent 1043b5c21c
commit 63af86e7d4

View file

@ -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