comparison dbclient.1 @ 774:e8b2ca448928

Document escape chars
author Matt Johnston <matt@ucc.asn.au>
date Sun, 14 Apr 2013 23:08:57 +0800
parents 7fc0aeada79c
children 34e69908b3f7
comparison
equal deleted inserted replaced
773:a9f2a6ae4eb5 774:e8b2ca448928
59 Login as 59 Login as
60 .I user 60 .I user
61 on the remote host. 61 on the remote host.
62 .TP 62 .TP
63 .B \-t 63 .B \-t
64 Allocate a pty. 64 Allocate a PTY.
65 .TP 65 .TP
66 .B \-T 66 .B \-T
67 Don't allocate a pty. 67 Don't allocate a PTY.
68 .TP 68 .TP
69 .B \-N 69 .B \-N
70 Don't request a remote shell or run any commands. Any command arguments are ignored. 70 Don't request a remote shell or run any commands. Any command arguments are ignored.
71 .TP 71 .TP
72 .B \-f 72 .B \-f
135 135
136 Note that hostnames are resolved by the prior hop (so "canyons" would be resolved by the host "wrt") 136 Note that hostnames are resolved by the prior hop (so "canyons" would be resolved by the host "wrt")
137 in the example above, the same way as other -L TCP forwarded hosts are. Host keys are 137 in the example above, the same way as other -L TCP forwarded hosts are. Host keys are
138 checked locally based on the given hostname. 138 checked locally based on the given hostname.
139 139
140 .SH ESCAPE CHARACTERS
141 Typing a newline followed by the key sequence \fI~.\fR (tilde, dot) will terminate a connection.
142 The sequence \fI~^Z\fR (tilde, ctrl-z) will background the connection. This behaviour only
143 applies when a PTY is used.
144
140 .SH ENVIRONMENT 145 .SH ENVIRONMENT
141 .TP 146 .TP
142 .B DROPBEAR_PASSWORD 147 .B DROPBEAR_PASSWORD
143 A password to use for remote authentication can be specified in the environment 148 A password to use for remote authentication can be specified in the environment
144 variable DROPBEAR_PASSWORD. Care should be taken that the password is not 149 variable DROPBEAR_PASSWORD. Care should be taken that the password is not