From 86d36ae9c10cc0db6cc336d606c31351c5bbda29 Mon Sep 17 00:00:00 2001 From: jahway603 Date: Wed, 17 Feb 2021 15:19:27 -0500 Subject: [PATCH] added GNU screen howto link --- hush-lite-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hush-lite-server.md b/hush-lite-server.md index 8dff4df..c87add6 100644 --- a/hush-lite-server.md +++ b/hush-lite-server.md @@ -30,7 +30,7 @@ Install your preferred distro. In this example I am using a VPS running Ubuntu 2 1. Setup hushd by [following these instructions](hushd-desktop-linux.md) and make sure to grant the hush user sudo access. -1. Start a screen session and change to user hush with ```sudo -u hush -s```. +1. Start a screen session and change to user hush with ```sudo -u hush -s```. If you are not familiar with GNU screen or need a refresher, then [check out this link](https://linuxize.com/post/how-to-use-linux-screen/). 1. Open hushd port in the firewall. ```shell script