- (dtucker) [contrib/cygwin/README] Document new ssh-host-config options.
Patch from vinschen at redhat.com.
This commit is contained in:
parent
2dcd2393f4
commit
6369958301
|
@ -6,6 +6,8 @@
|
||||||
from jason AT devrandom.org
|
from jason AT devrandom.org
|
||||||
- (dtucker) [configure.ac] Bug #788: Test for zlib.h presence and for
|
- (dtucker) [configure.ac] Bug #788: Test for zlib.h presence and for
|
||||||
zlib >= 1.1.4. Partly from jbasney at ncsa.uiuc.edu. ok djm@
|
zlib >= 1.1.4. Partly from jbasney at ncsa.uiuc.edu. ok djm@
|
||||||
|
- (dtucker) [contrib/cygwin/README] Document new ssh-host-config options.
|
||||||
|
Patch from vinschen at redhat.com.
|
||||||
|
|
||||||
20040122
|
20040122
|
||||||
- (dtucker) [configure.ac] Use krb5-config where available for Kerberos/
|
- (dtucker) [configure.ac] Use krb5-config where available for Kerberos/
|
||||||
|
@ -1718,4 +1720,4 @@
|
||||||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.3183 2004/01/23 06:13:33 dtucker Exp $
|
$Id: ChangeLog,v 1.3184 2004/01/23 10:35:44 dtucker Exp $
|
||||||
|
|
|
@ -118,10 +118,12 @@ some options:
|
||||||
|
|
||||||
usage: ssh-host-config [OPTION]...
|
usage: ssh-host-config [OPTION]...
|
||||||
Options:
|
Options:
|
||||||
--debug -d Enable shell's debug output.
|
--debug -d Enable shell's debug output.
|
||||||
--yes -y Answer all questions with "yes" automatically.
|
--yes -y Answer all questions with "yes" automatically.
|
||||||
--no -n Answer all questions with "no" automatically.
|
--no -n Answer all questions with "no" automatically.
|
||||||
--port -p <n> sshd listens on port n.
|
--cygwin -c <options> Use "options" as value for CYGWIN environment var.
|
||||||
|
--port -p <n> sshd listens on port n.
|
||||||
|
--pwd -w <passwd> Use "pwd" as password for user 'sshd_server'.
|
||||||
|
|
||||||
Additionally ssh-host-config now asks if it should install sshd as a
|
Additionally ssh-host-config now asks if it should install sshd as a
|
||||||
service when running under NT/W2K. This requires cygrunsrv installed.
|
service when running under NT/W2K. This requires cygrunsrv installed.
|
||||||
|
|
Loading…
Reference in New Issue