mirror of
https://github.com/clearml/dropbear
synced 2025-02-11 23:23:30 +00:00
Some minor manpage improvements
This commit is contained in:
parent
f9ff3fa23d
commit
d439ed26e4
23
dbclient.1
23
dbclient.1
@ -19,7 +19,7 @@ dbclient \- lightweight SSH client
|
|||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B dbclient
|
.B dbclient
|
||||||
is a small SSH client
|
is the client part of Dropbear SSH
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
.TP
|
.TP
|
||||||
@ -44,27 +44,27 @@ from OpenSSH with dropbearconvert(1). The default path ~/.ssh/id_dropbear is use
|
|||||||
.TP
|
.TP
|
||||||
.B \-L\fR [\fIlistenaddress\fR]:\fIlistenport\fR:\fIhost\fR:\fIport\fR
|
.B \-L\fR [\fIlistenaddress\fR]:\fIlistenport\fR:\fIhost\fR:\fIport\fR
|
||||||
Local port forwarding.
|
Local port forwarding.
|
||||||
Forward the port
|
Forward
|
||||||
.I listenport
|
.I listenport
|
||||||
on the local host through the SSH connection to port
|
on the local host through the SSH connection to
|
||||||
.I port
|
.I port
|
||||||
on the host
|
on
|
||||||
.IR host .
|
.IR host .
|
||||||
.TP
|
.TP
|
||||||
.B \-R\fR [\fIlistenaddress\fR]:\fIlistenport\fR:\fIhost\fR:\fIport\fR
|
.B \-R\fR [\fIlistenaddress\fR]:\fIlistenport\fR:\fIhost\fR:\fIport\fR
|
||||||
Remote port forwarding.
|
Remote port forwarding.
|
||||||
Forward the port
|
Forward
|
||||||
.I listenport
|
.I listenport
|
||||||
on the remote host through the SSH connection to port
|
on the remote host through the SSH connection to
|
||||||
.I port
|
.I port
|
||||||
on the host
|
on
|
||||||
.IR host .
|
.IR host .
|
||||||
.TP
|
.TP
|
||||||
.B \-l \fIuser
|
.B \-l \fIuser
|
||||||
Username.
|
Username.
|
||||||
Login as
|
Login as
|
||||||
.I user
|
.I user
|
||||||
on the remote host.
|
on the remote host. An alternative is to specify user@host.
|
||||||
.TP
|
.TP
|
||||||
.B \-t
|
.B \-t
|
||||||
Allocate a PTY. This is the default when no command is given, it gives a full
|
Allocate a PTY. This is the default when no command is given, it gives a full
|
||||||
@ -72,7 +72,7 @@ interactive remote session. The main effect is that keystrokes are sent remotely
|
|||||||
immediately as opposed to local line-based editing.
|
immediately as opposed to local line-based editing.
|
||||||
.TP
|
.TP
|
||||||
.B \-T
|
.B \-T
|
||||||
Don't allocate a PTY. This is the default a command is given. See -t.
|
Don't allocate a PTY. This is the default when a command is given. See -t.
|
||||||
.TP
|
.TP
|
||||||
.B \-N
|
.B \-N
|
||||||
Don't request a remote shell or run any commands. Any command arguments are ignored.
|
Don't request a remote shell or run any commands. Any command arguments are ignored.
|
||||||
@ -149,10 +149,13 @@ The following options have currently been implemented:
|
|||||||
.RS
|
.RS
|
||||||
.TP
|
.TP
|
||||||
.B ExitOnForwardFailure
|
.B ExitOnForwardFailure
|
||||||
Specifies whether dbclient should terminate the connection if it cannot set up all requested local and remote port forwardings. The argument must be “yes” or “no”. The default is “no”.
|
Specifies whether dbclient should terminate the connection if it cannot set up all requested local and remote port forwardings. The argument must be "yes" or "no". The default is "no".
|
||||||
.TP
|
.TP
|
||||||
.B UseSyslog
|
.B UseSyslog
|
||||||
Send dbclient log messages to syslog in addition to stderr.
|
Send dbclient log messages to syslog in addition to stderr.
|
||||||
|
.TP
|
||||||
|
.B Port
|
||||||
|
Specify a listening port, like the \fI-p\fR argument.
|
||||||
.RE
|
.RE
|
||||||
.TP
|
.TP
|
||||||
.B \-s
|
.B \-s
|
||||||
|
@ -60,7 +60,7 @@ and TCP
|
|||||||
.I port.
|
.I port.
|
||||||
If just a port is given listen
|
If just a port is given listen
|
||||||
on all addresses.
|
on all addresses.
|
||||||
up to 10 can be specified (default 22 if none specified).
|
Up to 10 can be specified (default 22 if none specified).
|
||||||
.TP
|
.TP
|
||||||
.B \-i
|
.B \-i
|
||||||
Service program mode.
|
Service program mode.
|
||||||
@ -86,7 +86,7 @@ Ensure that traffic is transmitted at a certain interval in seconds. This is
|
|||||||
useful for working around firewalls or routers that drop connections after
|
useful for working around firewalls or routers that drop connections after
|
||||||
a certain period of inactivity. The trade-off is that a session may be
|
a certain period of inactivity. The trade-off is that a session may be
|
||||||
closed if there is a temporary lapse of network connectivity. A setting
|
closed if there is a temporary lapse of network connectivity. A setting
|
||||||
if 0 disables keepalives. If no response is received for 3 consecutive keepalives the connection will be closed.
|
of 0 disables keepalives. If no response is received for 3 consecutive keepalives the connection will be closed.
|
||||||
.TP
|
.TP
|
||||||
.B \-I \fIidle_timeout
|
.B \-I \fIidle_timeout
|
||||||
Disconnect the session if no traffic is transmitted or received for \fIidle_timeout\fR seconds.
|
Disconnect the session if no traffic is transmitted or received for \fIidle_timeout\fR seconds.
|
||||||
@ -96,7 +96,8 @@ Set the number of authentication attempts allowed per connection. If unspecified
|
|||||||
.TP
|
.TP
|
||||||
.B \-c \fIforced_command
|
.B \-c \fIforced_command
|
||||||
Disregard the command provided by the user and always run \fIforced_command\fR. This also
|
Disregard the command provided by the user and always run \fIforced_command\fR. This also
|
||||||
overrides any authorized_keys command= option.
|
overrides any authorized_keys command= option. The original command is saved in the
|
||||||
|
SSH_ORIGINAL_COMMAND environment variable (see below).
|
||||||
.TP
|
.TP
|
||||||
.B \-V
|
.B \-V
|
||||||
Print the version
|
Print the version
|
||||||
|
Loading…
Reference in New Issue
Block a user