aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssh
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2003-09-24 19:28:35 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2003-09-24 19:28:35 +0000
commit003bece945b5bc7fd9313f3aa3b3d1dfb23c4f81 (patch)
treebb94bbec8c4349cfb073d758b8c6f83ac7c0a65d /crypto/openssh
parenta8792d6047ab491b73ee2b205e47d44bddea706e (diff)
Notes
Diffstat (limited to 'crypto/openssh')
-rw-r--r--crypto/openssh/ssh_config2
-rw-r--r--crypto/openssh/ssh_config.52
-rw-r--r--crypto/openssh/sshd_config2
-rw-r--r--crypto/openssh/sshd_config.52
-rw-r--r--crypto/openssh/version.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/crypto/openssh/ssh_config b/crypto/openssh/ssh_config
index 7f32bd99e790..e3f82cfd0a9f 100644
--- a/crypto/openssh/ssh_config
+++ b/crypto/openssh/ssh_config
@@ -35,4 +35,4 @@
# Cipher 3des
# Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
# EscapeChar ~
-# VersionAddendum FreeBSD-20030201
+# VersionAddendum FreeBSD-20030924
diff --git a/crypto/openssh/ssh_config.5 b/crypto/openssh/ssh_config.5
index ae56927f4b56..b1b6eec4a7a8 100644
--- a/crypto/openssh/ssh_config.5
+++ b/crypto/openssh/ssh_config.5
@@ -616,7 +616,7 @@ host key database instead of
Specifies a string to append to the regular version string to identify
OS- or site-specific modifications.
The default is
-.Dq FreeBSD-20030201 .
+.Dq FreeBSD-20030924 .
.It Cm XAuthLocation
Specifies the full pathname of the
.Xr xauth 1
diff --git a/crypto/openssh/sshd_config b/crypto/openssh/sshd_config
index a209aa39ba19..56fb52c90f32 100644
--- a/crypto/openssh/sshd_config
+++ b/crypto/openssh/sshd_config
@@ -14,7 +14,7 @@
# Note that some of FreeBSD's defaults differ from OpenBSD's, and
# FreeBSD has a few additional options.
-#VersionAddendum FreeBSD-20030201
+#VersionAddendum FreeBSD-20030924
#Port 22
#Protocol 2,1
diff --git a/crypto/openssh/sshd_config.5 b/crypto/openssh/sshd_config.5
index 117c8b3e7707..c88e37ec6cc4 100644
--- a/crypto/openssh/sshd_config.5
+++ b/crypto/openssh/sshd_config.5
@@ -647,7 +647,7 @@ The default is
Specifies a string to append to the regular version string to identify
OS- or site-specific modifications.
The default is
-.Dq FreeBSD-20030201 .
+.Dq FreeBSD-20030924 .
.It Cm X11DisplayOffset
Specifies the first display number available for
.Nm sshd Ns 's
diff --git a/crypto/openssh/version.h b/crypto/openssh/version.h
index f42d44a99dda..ef99721a0eb0 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.5p1"
-#define SSH_VERSION_ADDENDUM "FreeBSD-20030917"
+#define SSH_VERSION_ADDENDUM "FreeBSD-20030924"
const char *ssh_version_get(void);
void ssh_version_set_addendum(const char *add);