Also add a colon to "Bad passphrase, please try again ".

This commit is contained in:
Brian Feldman 2001-06-29 16:43:13 +00:00
parent 69b8e053cb
commit a15906e7aa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78976

View File

@ -134,7 +134,7 @@ add_file(AuthenticationConnection *ac, const char *filename)
if (private != NULL)
break;
clear_pass();
strlcpy(msg, "Bad passphrase, try again ", sizeof msg);
strlcpy(msg, "Bad passphrase, try again: ", sizeof msg);
}
}
if (ssh_add_identity(ac, private, comment))