mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-30 11:40:07 +00:00
switched to tmux instad of nohup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
8e8c89f50a
commit
c8c09ce8d5
4
Makefile
4
Makefile
@ -107,8 +107,10 @@ finalize:
|
|||||||
### - $ ssh <user>@<WAN_SSH_IP>
|
### - $ ssh <user>@<WAN_SSH_IP>
|
||||||
### from there:
|
### from there:
|
||||||
### $ ssh root@pve
|
### $ ssh root@pve
|
||||||
|
### then:
|
||||||
|
### # tmux a
|
||||||
###
|
###
|
||||||
nohup make _finalize & tail -f nohup.out
|
tmux 'make _finalize'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -173,7 +173,12 @@ To finalize the setup run:
|
|||||||
make finalize
|
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
|
This will
|
||||||
- detach the host from any external ports and make it accessible only
|
- detach the host from any external ports and make it accessible only
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user