mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-09-03 07:37:16 -04:00
Updated man page for server arguments changes
Former-commit-id: 9416fcd690c82d68bfa09ae53e3b037422d5ccbf Former-commit-id: f3a39ad2835b0fff47ed652bb71cf5e90e340964
This commit is contained in:
+4
-4
@@ -1,10 +1,10 @@
|
|||||||
.TH sshyp 1 "02 April 2023" "v1.4.1" "sshyp man page"
|
.TH sshyp 1 "25 April 2023" "v1.4.2" "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.
|
\fBsshyp\fR - Simple, self-hosted, synchronized password management for UNIX(-like) systems. Alternative to (and compatible with) pass/password-store.
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
Client Usage: sshyp [</entry name> [option] [flag]] [option]
|
Client Usage: sshyp [</entry name> [option] [flag]] [option]
|
||||||
|
|
||||||
Server Usage: sshyp <option> [flag] [<device id>]
|
Server Usage: sshyp <option> [flag] [device id]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
sshyp is a lightweight password and note management program written in Python. sshyp is used via CLI and is self-hosted with a client-server model. sshyp expects that you have access to a personal server with a properly configured ssh server, ideally accepting remote connections.
|
sshyp is a lightweight password and note management program written in Python. sshyp is used via CLI and is self-hosted with a client-server model. sshyp expects that you have access to a personal server with a properly configured ssh server, ideally accepting remote connections.
|
||||||
.SH EXAMPLES (CLIENT)
|
.SH EXAMPLES (CLIENT)
|
||||||
@@ -91,7 +91,7 @@ whitelist:
|
|||||||
.SH SETUP
|
.SH SETUP
|
||||||
sshyp operates on a client-server model, and thus requires you to have access to your own server (whether it be a physical home server or a cloud rental) with remote access via SSH.
|
sshyp operates on a client-server model, and thus requires you to have access to your own server (whether it be a physical home server or a cloud rental) with remote access via SSH.
|
||||||
|
|
||||||
The sshyp package includes modes for operating on both client and server devices, so only one package is necessary.
|
The sshyp package (on fully supported platforms) 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, openssh-server and openssh-sftp-server must be installed manually - if sshyp was installed from the Fedora package, openssh-server must be installed manually)
|
Configure an OpenSSH server (if sshyp was installed from the Debian package, openssh-server and openssh-sftp-server must be installed manually - if sshyp was installed from the Fedora package, openssh-server must be installed manually)
|
||||||
|
|||||||
+1
-1
@@ -437,7 +437,7 @@ this program comes with absolutely no warranty; type 'sshyp license' for details
|
|||||||
\u001b[1mtip 2:\u001b[0m type 'sshyp' to view a list of saved entries\n""")
|
\u001b[1mtip 2:\u001b[0m type 'sshyp' to view a list of saved entries\n""")
|
||||||
# PORT START HELP-SERVER
|
# PORT START HELP-SERVER
|
||||||
else:
|
else:
|
||||||
print(f"""\n\u001b[1musage:\u001b[0m sshyp <option> [flag] [<device id>]\n
|
print(f"""\n\u001b[1musage:\u001b[0m sshyp <option> [flag] [device id]\n
|
||||||
\u001b[1moptions:\u001b[0m
|
\u001b[1moptions:\u001b[0m
|
||||||
help/-h{17*' '}bring up this menu
|
help/-h{17*' '}bring up this menu
|
||||||
version/-v{14*' '}display sshyp version info
|
version/-v{14*' '}display sshyp version info
|
||||||
|
|||||||
Reference in New Issue
Block a user