mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-10 15:48:06 -05:00
The "Authenticated using key from agent" message is a verbose-only one
[originally from svn r631]
This commit is contained in:
parent
2c76bd5b3a
commit
3e4619b479
10
ssh.c
10
ssh.c
@ -1358,10 +1358,12 @@ static int do_ssh1_login(unsigned char *in, int inlen, int ispkt)
|
||||
crWaitUntil(ispkt);
|
||||
if (pktin.type == SSH1_SMSG_SUCCESS) {
|
||||
logevent("Pageant's response accepted");
|
||||
c_write("Authenticated using RSA key \"",
|
||||
29);
|
||||
c_write(commentp, commentlen);
|
||||
c_write("\" from agent\r\n", 14);
|
||||
if (flags & FLAG_VERBOSE) {
|
||||
c_write("Authenticated using RSA key \"",
|
||||
29);
|
||||
c_write(commentp, commentlen);
|
||||
c_write("\" from agent\r\n", 14);
|
||||
}
|
||||
authed = TRUE;
|
||||
} else
|
||||
logevent("Pageant's response not accepted");
|
||||
|
Loading…
x
Reference in New Issue
Block a user