summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAvery Pennarun <apenwarr@gmail.com>2011-01-01 00:32:37 -0800
committerAvery Pennarun <apenwarr@gmail.com>2011-01-01 00:32:37 -0800
commit973d5a95a14d6ad633ad3eeb63c9b52b192cf3fe (patch)
tree616a64ef220d49338619a00f57dd03f27eae6cbc
parent95ab6e71192fcbd35790b2dae00846934c953aef (diff)
man page update for daemonization options.sshuttle-0.44
-rw-r--r--sshuttle.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/sshuttle.md b/sshuttle.md
index 5519ec0..c52c6cd 100644
--- a/sshuttle.md
+++ b/sshuttle.md
@@ -108,6 +108,20 @@ entire subnet to the VPN.
for lists of local hostnames, but can speed things up
if you use this option to give it a few names to start
from.
+
+-D, --daemon
+: automatically fork into the background after connecting
+ to the remote server. Implies `--syslog`.
+
+--syslog
+: after connecting, send all log messages to the
+ `syslog`(3) service instead of stderr. This is
+ implicit if you use `--daemon`.
+
+--pidfile=*pidfilename*
+: when using `--daemon`, save sshuttle's pid to
+ *pidfilename*. The default is `sshuttle.pid` in the
+ current directory.
--server
: (internal use only) run the sshuttle server on