diff options
author | Matt Johnston <matt@ucc.asn.au> | 2006-06-07 15:47:04 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2006-06-07 15:47:04 +0000 |
commit | c81e058bb05b274b9a88e684ffd95a03a0ac4377 (patch) | |
tree | 908ed6bb80a56730669b21fce883f9d95ce696b3 /dbclient.1 | |
parent | be2b7d9725f8adef1b75bddc9944f69b87219120 (diff) |
add -f background option to dbclient
--HG--
extra : convert_revision : 5ef61c30c0a634ac0da22a8c694ce235690e8170
Diffstat (limited to 'dbclient.1')
-rw-r--r-- | dbclient.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -63,6 +63,10 @@ Don't allocate a pty. .B \-N Don't request a remote shell or run any commands. Any command arguments are ignored. .TP +.B \-f +Fork into the background after authentication. A command argument (or -N) is required. +This is useful when using password authentication. +.TP .B \-g Allow non-local hosts to connect to forwarded ports. Applies to -L and -R forwarded ports, though remote connections to -R forwarded ports may be limited |