From 094bdcb41895956f3e5e276553103c216e3b1164 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Mon, 20 Jun 2022 03:45:43 -0400 Subject: [PATCH] Updated documentation Former-commit-id: 49716c1645645bdc47992c7d480f51a81e457e0e [formerly c0ac590e4b16a72160f6fd91b9e7fcb275feb853] Former-commit-id: d0d798a715d10136bfc9c67352a2e8893ddfbff1 --- extra/changelog-total | 1 + extra/manpage | 6 +++--- share/doc/sshyp/changelog | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/extra/changelog-total b/extra/changelog-total index cdb8b47..0c994dc 100755 --- a/extra/changelog-total +++ b/extra/changelog-total @@ -27,6 +27,7 @@ Changes: - rename function now properly allows for renaming folders - renaming an entry/folder will now properly delete the old entry/folder from the server - entry previews at the time of entry creation/editing no longer require entering the gpg password more times than necessary +- entries will no longer be overwritten if attempting to create a new entry that uses an already existing name - the clipboard now automatically clears after 30 seconds - sshyp server no longer needs to create copies of its libraries in ~/ - added more and improved existing exceptions diff --git a/extra/manpage b/extra/manpage index fe3f345..d1460ba 100644 --- a/extra/manpage +++ b/extra/manpage @@ -1,4 +1,4 @@ -.TH sshyp 1 "17 June 2022" "v1.0.0" "sshyp man page" +.TH sshyp 1 "20 June 2022" "v1.0.0" "sshyp man page" .SH NAME sshyp \- A very simple self-hosted, synchronized password manager for UNIX(-like) systems. Alternative to (and compatible with) pass/password-store. .SH SYNOPSIS @@ -73,7 +73,7 @@ sshyp operates on a client-server model, and thus requires you to have access to The sshyp package includes modes for operating on both client and server devices, so only one package is necessary. Server setup: - Configure an openssh server (if sshyp was installed from the Debian package, the ssh server was not installed as a dependency and needs to be installed manually) + Configure an OpenSSH server (if sshyp was installed from the Debian package, the ssh server was not installed as a dependency and needs to be installed manually) Allow remote access to the SSH server w/public key authentication (disabling password-only authentication recommended) Install sshyp Run "sshyp tweak" and set the device type as server @@ -82,7 +82,7 @@ Server setup: Client setup: Install sshyp Run "sshyp tweak" and follow the prompts - Copy the generated public SSH key to the server using preferred method (manually adding to authorized_keys, ssh-copy-id, etc.) + Copy the generated public SSH key (located at ~/.ssh/sshyp.pub) to the server using preferred method (manually adding to authorized_keys, ssh-copy-id, etc.) If you already have entries on the server, sync them using "sshyp sync" Done! diff --git a/share/doc/sshyp/changelog b/share/doc/sshyp/changelog index 1b57f8b..f4b002b 100644 --- a/share/doc/sshyp/changelog +++ b/share/doc/sshyp/changelog @@ -27,6 +27,7 @@ Changes: - rename function now properly allows for renaming folders - renaming an entry/folder will now properly delete the old entry/folder from the server - entry previews at the time of entry creation/editing no longer require entering the gpg password more times than necessary +- entries will no longer be overwritten if attempting to create a new entry that uses an already existing name - the clipboard now automatically clears after 30 seconds - sshyp server no longer needs to create copies of its libraries in ~/ - added more and improved existing exceptions