CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/03/04 22:40:36
Modified files:
usr.bin/ssh : channels.c channels.h clientloop.c kex.c kex.h
mux.c session.c ssh.c
Log message:
With IANA codepoints for draft-ietf-sshm-ssh-agent now allocated,
it's safe to start using the standard names for requesting agent
forwarding over the @openssh.com extension names we've used to date.
Support for the standard names is advertised via EXT_INFO. When the
client sees such support it will use the new names preferentially,
but the existing names remain supported unconditionally.
ok markus@