From c8c09ce8d5d80778bf0bad2f0b8b98fcbdd8708c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 21 Oct 2024 18:44:03 +0300 Subject: [PATCH] switched to tmux instad of nohup... Signed-off-by: Alex A. Naanou --- Makefile | 4 +++- README.md | 7 ++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0ad7ab6..99f0921 100644 --- a/Makefile +++ b/Makefile @@ -107,8 +107,10 @@ finalize: ### - $ ssh @ ### from there: ### $ ssh root@pve + ### then: + ### # tmux a ### - nohup make _finalize & tail -f nohup.out + tmux 'make _finalize' diff --git a/README.md b/README.md index ae42438..70949e4 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,12 @@ To finalize the setup run: make finalize ``` -Note that this will break the ssh connection. +This will break the ssh connection, reconnect via the WAN port +and reattach to the `tmux` session via: + +```shell +tmux a +``` This will - detach the host from any external ports and make it accessible only