Mercurial > dropbear
comparison dropbear.8 @ 579:8c737cd7c1af
merge of '48fdaa8706d1acda35e9d564adc9a1fbc96c18c8'
and '658fd03abd21e0da7c4c89b9fff9dc693c72daae'
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 27 Feb 2010 11:53:18 +0000 |
parents | c470649fb627 |
children | 4b47ff154ff6 |
comparison
equal
deleted
inserted
replaced
577:69e98c45db7c | 579:8c737cd7c1af |
---|---|
5 .B dropbear | 5 .B dropbear |
6 [\-FEmwsgjki] [\-b | 6 [\-FEmwsgjki] [\-b |
7 .I banner\fR] [\-d | 7 .I banner\fR] [\-d |
8 .I dsskey\fR] [\-r | 8 .I dsskey\fR] [\-r |
9 .I rsakey\fR] [\-p | 9 .I rsakey\fR] [\-p |
10 .IR port ] | 10 .IR [address:]port ] |
11 .SH DESCRIPTION | 11 .SH DESCRIPTION |
12 .B dropbear | 12 .B dropbear |
13 is a SSH 2 server designed to be small enough to be used in small memory | 13 is a SSH 2 server designed to be small enough to be used in small memory |
14 environments, while still being functional and secure enough for general use. | 14 environments, while still being functional and secure enough for general use. |
15 .SH OPTIONS | 15 .SH OPTIONS |
152 | 152 |
153 By default the file /etc/motd will be printed for any login shell (unless | 153 By default the file /etc/motd will be printed for any login shell (unless |
154 disabled at compile-time). This can also be disabled per-user | 154 disabled at compile-time). This can also be disabled per-user |
155 by creating a file ~/.hushlogin . | 155 by creating a file ~/.hushlogin . |
156 | 156 |
157 .SH ENVIRONMENT VARIABLES | |
158 Dropbear sets the standard variables USER, LOGNAME, HOME, SHELL, PATH, and TERM. | |
159 | |
160 The variables below are set for sessions as appropriate. | |
161 | |
162 .TP | |
163 .B SSH_TTY | |
164 This is set to the allocated TTY if a PTY was used. | |
165 | |
166 .TP | |
167 .B SSH_CONNECTION | |
168 Contains "<remote_ip> <remote_port> <local_ip> <local_port>". | |
169 | |
170 .TP | |
171 .B DISPLAY | |
172 Set X11 forwarding is used. | |
173 | |
174 .TP | |
175 .B SSH_ORIGINAL_COMMAND | |
176 If a 'command=' authorized_keys option was used, the original command is specified | |
177 in this variable. If a shell was requested this is set to an empty value. | |
178 | |
179 .TP | |
180 .B SSH_AUTH_SOCK | |
181 Set to a forwarded ssh-agent connection. | |
182 | |
183 | |
184 | |
157 .SH AUTHOR | 185 .SH AUTHOR |
158 Matt Johnston ([email protected]). | 186 Matt Johnston ([email protected]). |
159 .br | 187 .br |
160 Gerrit Pape ([email protected]) wrote this manual page. | 188 Gerrit Pape ([email protected]) wrote this manual page. |
161 .SH SEE ALSO | 189 .SH SEE ALSO |