[sshconnect1.c sshconnect2.c]
     %.30s is too short for IPv6 numeric address.  use %.128s for now.
     markus ok
This commit is contained in:
Ben Lindstrom 2001-02-11 00:00:24 +00:00
parent e5b3fb351e
commit e055716a89
2 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@
[sshconnect2.c]
do not ask for passphrase in batch mode; report from ejb@ql.org
- itojun@cvs.opebsd.org 2001/02/08 10:47:05
[sshconnect2.c]
[sshconnect1.c sshconnect2.c]
%.30s is too short for IPv6 numeric address. use %.128s for now.
markus ok
- markus@cvs.openbsd.org 2001/02/09 12:28:35
@ -3885,4 +3885,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
$Id: ChangeLog,v 1.738 2001/02/10 23:56:35 mouring Exp $
$Id: ChangeLog,v 1.739 2001/02/11 00:00:24 mouring Exp $

View File

@ -1046,7 +1046,7 @@ ssh_userauth(
options.password_authentication && !options.batch_mode) {
char prompt[80];
snprintf(prompt, sizeof(prompt), "%.30s@%.40s's password: ",
snprintf(prompt, sizeof(prompt), "%.30s@%.128s's password: ",
server_user, host);
if (try_password_authentication(prompt))
return;