mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-09-05 16:47:14 -04:00
Updated documentation
Former-commit-id: 49716c1645645bdc47992c7d480f51a81e457e0e [formerly c0ac590e4b]
Former-commit-id: d0d798a715d10136bfc9c67352a2e8893ddfbff1
This commit is contained in:
@@ -27,6 +27,7 @@ Changes:
|
|||||||
- rename function now properly allows for renaming folders
|
- rename function now properly allows for renaming folders
|
||||||
- renaming an entry/folder will now properly delete the old entry/folder from the server
|
- 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
|
- 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
|
- the clipboard now automatically clears after 30 seconds
|
||||||
- sshyp server no longer needs to create copies of its libraries in ~/
|
- sshyp server no longer needs to create copies of its libraries in ~/
|
||||||
- added more and improved existing exceptions
|
- added more and improved existing exceptions
|
||||||
|
|||||||
+3
-3
@@ -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
|
.SH NAME
|
||||||
sshyp \- A very simple self-hosted, synchronized password manager for UNIX(-like) systems. Alternative to (and compatible with) pass/password-store.
|
sshyp \- A very simple self-hosted, synchronized password manager for UNIX(-like) systems. Alternative to (and compatible with) pass/password-store.
|
||||||
.SH SYNOPSIS
|
.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.
|
The sshyp package includes modes for operating on both client and server devices, so only one package is necessary.
|
||||||
|
|
||||||
Server setup:
|
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)
|
Allow remote access to the SSH server w/public key authentication (disabling password-only authentication recommended)
|
||||||
Install sshyp
|
Install sshyp
|
||||||
Run "sshyp tweak" and set the device type as server
|
Run "sshyp tweak" and set the device type as server
|
||||||
@@ -82,7 +82,7 @@ Server setup:
|
|||||||
Client setup:
|
Client setup:
|
||||||
Install sshyp
|
Install sshyp
|
||||||
Run "sshyp tweak" and follow the prompts
|
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"
|
If you already have entries on the server, sync them using "sshyp sync"
|
||||||
Done!
|
Done!
|
||||||
|
|
||||||
|
|||||||
@@ -27,6 +27,7 @@ Changes:
|
|||||||
- rename function now properly allows for renaming folders
|
- rename function now properly allows for renaming folders
|
||||||
- renaming an entry/folder will now properly delete the old entry/folder from the server
|
- 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
|
- 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
|
- the clipboard now automatically clears after 30 seconds
|
||||||
- sshyp server no longer needs to create copies of its libraries in ~/
|
- sshyp server no longer needs to create copies of its libraries in ~/
|
||||||
- added more and improved existing exceptions
|
- added more and improved existing exceptions
|
||||||
|
|||||||
Reference in New Issue
Block a user