git: 21cedc6ee57b - main - security/openssh-portable: Add comment in openssh.in about host keys
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Mar 2022 23:03:43 UTC
The branch main has been updated by bdrewery:
URL: https://cgit.FreeBSD.org/ports/commit/?id=21cedc6ee57bc9321c9cb5ebe21bdf2c4bc154ee
commit 21cedc6ee57bc9321c9cb5ebe21bdf2c4bc154ee
Author: Bryan Drewery <bdrewery@FreeBSD.org>
AuthorDate: 2022-03-07 22:57:08 +0000
Commit: Bryan Drewery <bdrewery@FreeBSD.org>
CommitDate: 2022-03-07 23:02:47 +0000
security/openssh-portable: Add comment in openssh.in about host keys
Commit ae66cffc19f added some rc vars to allow disabling host keys.
The naming caused some confusion. Attempt to address that with a
comment since these are not documented anywhere else.
PR: 202169
---
security/openssh-portable/Makefile | 2 +-
security/openssh-portable/files/openssh.in | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile
index ee88c6fca548..75f4d206e817 100644
--- a/security/openssh-portable/Makefile
+++ b/security/openssh-portable/Makefile
@@ -2,7 +2,7 @@
PORTNAME= openssh
DISTVERSION= 8.9p1
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= security
MASTER_SITES= OPENBSD/OpenSSH/portable
diff --git a/security/openssh-portable/files/openssh.in b/security/openssh-portable/files/openssh.in
index 663915f1f931..9526a70b0d07 100644
--- a/security/openssh-portable/files/openssh.in
+++ b/security/openssh-portable/files/openssh.in
@@ -22,6 +22,7 @@ load_rc_config ${name}
: ${openssh_enable:="NO"}
: ${openssh_skipportscheck="NO"}
+# These only control ssh-keygen automatically generating host keys.
: ${openssh_dsa_enable="YES"}
: ${openssh_dsa_flags=""}
: ${openssh_rsa_enable="YES"}