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