*: trim multiple spaces, fix line endings

This commit is contained in:
bl-ue
2021-04-03 14:51:56 -04:00
committed by Starbeamrainbowlabs
parent 65746eb5bb
commit 04dd546e2d
41 changed files with 113 additions and 113 deletions

View File

@@ -18,7 +18,7 @@
- Esegui autossh in background, senza una porta da monitorare, utilizzando i keep-alive di SSH ogni 10 secondi per rilevare una disconnessione:
`autossh -f -M 0 -N -o "ServerAliveInterval 10" -o "ServerAliveCountMax 3" {{comando_ssh}}`
`autossh -f -M 0 -N -o "ServerAliveInterval 10" -o "ServerAliveCountMax 3" {{comando_ssh}}`
- Esegui autossh in background, senza una porta da monitorare, senza una shell remota, uscendo se il port forwarding fallisce: