Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matt Johnston
dropbear
Commits
ba15bbfe
Commit
ba15bbfe
authored
Apr 14, 2013
by
Matt Johnston
Browse files
Document escape chars
parent
3bdfae61
Changes
1
Hide whitespace changes
Inline
Side-by-side
dbclient.1
View file @
ba15bbfe
...
...
@@ -61,10 +61,10 @@ Login as
on the remote host.
.TP
.B \-t
Allocate a
pty
.
Allocate a
PTY
.
.TP
.B \-T
Don't allocate a
pty
.
Don't allocate a
PTY
.
.TP
.B \-N
Don't request a remote shell or run any commands. Any command arguments are ignored.
...
...
@@ -137,6 +137,11 @@ Note that hostnames are resolved by the prior hop (so "canyons" would be resolve
in the example above, the same way as other -L TCP forwarded hosts are. Host keys are
checked locally based on the given hostname.
.SH ESCAPE CHARACTERS
Typing a newline followed by the key sequence \fI~.\fR (tilde, dot) will terminate a connection.
The sequence \fI~^Z\fR (tilde, ctrl-z) will background the connection. This behaviour only
applies when a PTY is used.
.SH ENVIRONMENT
.TP
.B DROPBEAR_PASSWORD
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment