- jmc@cvs.openbsd.org 2008/10/09 06:54:22

[ssh.c]
     add -y to usage();
This commit is contained in:
Damien Miller 2008-11-03 19:23:28 +11:00
parent 51bde6000a
commit c13c3ee44a
2 changed files with 6 additions and 3 deletions

View File

@ -56,6 +56,9 @@
[servconf.c sshd_config.5]
support setting PermitEmptyPasswords in a Match block
requested in PR3891; ok dtucker@
- jmc@cvs.openbsd.org 2008/10/09 06:54:22
[ssh.c]
add -y to usage();
20080906
- (dtucker) [config.guess config.sub] Update to latest versions from
@ -4790,4 +4793,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@
$Id: ChangeLog,v 1.5111 2008/11/03 08:23:10 djm Exp $
$Id: ChangeLog,v 1.5112 2008/11/03 08:23:28 djm Exp $

4
ssh.c
View File

@ -1,4 +1,4 @@
/* $OpenBSD: ssh.c,v 1.320 2008/10/08 23:34:03 djm Exp $ */
/* $OpenBSD: ssh.c,v 1.321 2008/10/09 06:54:22 jmc Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@ -179,7 +179,7 @@ static void
usage(void)
{
fprintf(stderr,
"usage: ssh [-1246AaCfgKkMNnqsTtVvXxY] [-b bind_address] [-c cipher_spec]\n"
"usage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]\n"
" [-D [bind_address:]port] [-e escape_char] [-F configfile]\n"
" [-i identity_file] [-L [bind_address:]port:host:hostport]\n"
" [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]\n"