mirror of
https://github.com/clearml/dropbear
synced 2025-02-14 16:35:05 +00:00
Document escape chars
This commit is contained in:
parent
3bdfae61a2
commit
ba15bbfe33
@ -61,10 +61,10 @@ Login as
|
|||||||
on the remote host.
|
on the remote host.
|
||||||
.TP
|
.TP
|
||||||
.B \-t
|
.B \-t
|
||||||
Allocate a pty.
|
Allocate a PTY.
|
||||||
.TP
|
.TP
|
||||||
.B \-T
|
.B \-T
|
||||||
Don't allocate a pty.
|
Don't allocate a PTY.
|
||||||
.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.
|
||||||
@ -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
|
in the example above, the same way as other -L TCP forwarded hosts are. Host keys are
|
||||||
checked locally based on the given hostname.
|
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
|
.SH ENVIRONMENT
|
||||||
.TP
|
.TP
|
||||||
.B DROPBEAR_PASSWORD
|
.B DROPBEAR_PASSWORD
|
||||||
|
Loading…
Reference in New Issue
Block a user