Change the FreeBSD version addendum to "FreeBSD-20020402". This shortens
the version string to 28 characters, which is below the 40-character limit specified in the proposed SECSH standard. Some servers, however (like the one built into the Foundry BigIron line of switches) will hang when confronted with a version string longer than 24 characters, so some users may need to shorten it further. Sponsored by: DARPA, NAI Labs
This commit is contained in:
parent
671eafe203
commit
43e73ba0c2
@ -36,3 +36,4 @@
|
||||
# Cipher 3des
|
||||
# Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
|
||||
# EscapeChar ~
|
||||
# VersionAddendum FreeBSD-20020402
|
||||
|
@ -12,7 +12,7 @@
|
||||
# Note that some of FreeBSD's defaults differ from OpenBSD's, and
|
||||
# FreeBSD has a few additional options.
|
||||
|
||||
#VersionAddendum FreeBSD localisations 20020318
|
||||
#VersionAddendum FreeBSD-20020402
|
||||
|
||||
#Port 22
|
||||
#Protocol 2,1
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
#define SSH_VERSION (ssh_version_get())
|
||||
#define SSH_VERSION_BASE "OpenSSH_3.1"
|
||||
#define SSH_VERSION_ADDENDUM "FreeBSD localisations 20020318"
|
||||
#define SSH_VERSION_ADDENDUM "FreeBSD-20020402"
|
||||
|
||||
const char *ssh_version_get(void);
|
||||
void ssh_version_set_addendum(const char *add);
|
||||
|
Loading…
x
Reference in New Issue
Block a user