From 86ad4e5cad8bd0eeb90d3d8f665fea937eb653c1 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Sun, 6 Nov 2022 00:15:28 -0400 Subject: [PATCH] Added instructions for enabling Bash completions Former-commit-id: 35b317ff508a4da2c1052cbda230be4e4af42985 [formerly 5fa30fa770ce0bed5556fda25f53b2e408c52b01] Former-commit-id: c48091e8a5849359e2a6ef97970d30c008d6a70d --- README.md | 2 ++ extra/manpage | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 11c9923..4b7d49e 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ Requests for additional distribution/OS support can be filed as issues. Extensions are available in the [sshyp-labs](https://github.com/rwinkhart/sshyp-labs) repository. +Bash completions can be enabled by installing your distribution's "bash-completion" package and restarting your terminal. + # Building Since sshyp is written entirely in Python, it doesn't need to be compiled. It does, however, need to be packaged for installation. diff --git a/extra/manpage b/extra/manpage index 35a2e06..99e8c16 100644 --- a/extra/manpage +++ b/extra/manpage @@ -110,6 +110,7 @@ Client setup: Run "sshyp tweak" and follow the prompts 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" + Optionally, Bash completions can be enabled by installing your distribution's "bash-completion" package and restarting your terminal Done! Please note that the server setup intentionally does not allow the reading of entries (it does not allow adding a gpg decryption key). For security purposes, only clients can read entries.