multiple pages: remove superfluous white spaces (#2801)

This commit is contained in:
Balázs Úr
2019-02-24 16:47:41 +01:00
committed by Starbeamrainbowlabs
parent d5d48886fe
commit ad3772d8cb
21 changed files with 23 additions and 23 deletions

View File

@@ -17,7 +17,7 @@
- Run autossh in the background, with no monitoring port, instead relying on SSH keep-alives every 10 seconds to detect failure:
`autossh -f -M 0 -N -o "ServerAliveInterval 10" -o "ServerAliveCountMax 3" {{ssh_command}}`
`autossh -f -M 0 -N -o "ServerAliveInterval 10" -o "ServerAliveCountMax 3" {{ssh_command}}`
- Run autossh in the background, with no monitoring port, no remote shell, exiting if the port forward fails: