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:
committed by
Andreas Schneider
parent
458e4c07c7
commit
f528f71920
@@ -975,7 +975,7 @@ int ssh_channel_open_auth_agent(ssh_channel channel){
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
return channel_open(channel,
|
return channel_open(channel,
|
||||||
"auth-agent",
|
"auth-agent@openssh.com",
|
||||||
CHANNEL_INITIAL_WINDOW,
|
CHANNEL_INITIAL_WINDOW,
|
||||||
CHANNEL_MAX_PACKET,
|
CHANNEL_MAX_PACKET,
|
||||||
NULL);
|
NULL);
|
||||||
|
Reference in New Issue
Block a user