switched to tmux instad of nohup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-10-21 18:44:03 +03:00
parent 8e8c89f50a
commit c8c09ce8d5
2 changed files with 9 additions and 2 deletions

View File

@ -107,8 +107,10 @@ finalize:
### - $ ssh <user>@<WAN_SSH_IP>
### from there:
### $ ssh root@pve
### then:
### # tmux a
###
nohup make _finalize & tail -f nohup.out
tmux 'make _finalize'

View File

@ -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