summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-04-02 21:53:54 +0000
committerdes <des@FreeBSD.org>2002-04-02 21:53:54 +0000
commit26f5df0f6761c5fad4b517e8c0c4b46da408361b (patch)
tree7ce0733c7c09b369515a432e9e51d0d377b56d9c /crypto
parentb4835a2fe60bf5a55343f92db326c1ffca59cc7e (diff)
downloadFreeBSD-src-26f5df0f6761c5fad4b517e8c0c4b46da408361b.zip
FreeBSD-src-26f5df0f6761c5fad4b517e8c0c4b46da408361b.tar.gz
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
Diffstat (limited to 'crypto')
-rw-r--r--crypto/openssh/ssh_config1
-rw-r--r--crypto/openssh/sshd_config2
-rw-r--r--crypto/openssh/version.h2
3 files changed, 3 insertions, 2 deletions
diff --git a/crypto/openssh/ssh_config b/crypto/openssh/ssh_config
index d289d4c..a1de6a8 100644
--- a/crypto/openssh/ssh_config
+++ b/crypto/openssh/ssh_config
@@ -36,3 +36,4 @@
# Cipher 3des
# Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
# EscapeChar ~
+# VersionAddendum FreeBSD-20020402
diff --git a/crypto/openssh/sshd_config b/crypto/openssh/sshd_config
index ac3c9f9..e34c964 100644
--- a/crypto/openssh/sshd_config
+++ b/crypto/openssh/sshd_config
@@ -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
diff --git a/crypto/openssh/version.h b/crypto/openssh/version.h
index 7549aa5..084dd22 100644
--- a/crypto/openssh/version.h
+++ b/crypto/openssh/version.h
@@ -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);
OpenPOWER on IntegriCloud