comparison dbclient.1 @ 326:d965110e3f5c

add -f background option to dbclient
author Matt Johnston <matt@ucc.asn.au>
date Wed, 07 Jun 2006 15:47:04 +0000
parents 0e4f225b7e07
children 1857c2c551ea
comparison
equal deleted inserted replaced
325:0e4f225b7e07 326:d965110e3f5c
61 Don't allocate a pty. 61 Don't allocate a pty.
62 .TP 62 .TP
63 .B \-N 63 .B \-N
64 Don't request a remote shell or run any commands. Any command arguments are ignored. 64 Don't request a remote shell or run any commands. Any command arguments are ignored.
65 .TP 65 .TP
66 .B \-f
67 Fork into the background after authentication. A command argument (or -N) is required.
68 This is useful when using password authentication.
69 .TP
66 .B \-g 70 .B \-g
67 Allow non-local hosts to connect to forwarded ports. Applies to -L and -R 71 Allow non-local hosts to connect to forwarded ports. Applies to -L and -R
68 forwarded ports, though remote connections to -R forwarded ports may be limited 72 forwarded ports, though remote connections to -R forwarded ports may be limited
69 by the ssh server. 73 by the ssh server.
70 .SH AUTHOR 74 .SH AUTHOR