You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to RFC 4253 the version string cannot include
a hyphen or minus sign in the protoversion or softwareversion
stanzas. So while you can use a hyphen between those stanzas
you cannot include a hypen in the stanza. Since the hpn version
is part of the softwareversion stanza we can't include a hypen.
Chnaging it to an underscore is acceptable and won't break
our compatability tests in compat.c
See RFC 4253 Section 4.2.
brought to our attention by Lapo Luchini via github
issue #97
0 commit comments