1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-08 19:02:06 +03:00

agent: the valid request is auth-agent@openssh.com

Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Aris Adamantiadis
2013-04-09 21:21:47 +02:00
committed by Andreas Schneider
parent 458e4c07c7
commit f528f71920

View File

@@ -975,7 +975,7 @@ int ssh_channel_open_auth_agent(ssh_channel channel){
#endif
return channel_open(channel,
"auth-agent",
"auth-agent@openssh.com",
CHANNEL_INITIAL_WINDOW,
CHANNEL_MAX_PACKET,
NULL);