aboutsummaryrefslogtreecommitdiff
path: root/security/openssh-portable
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-09-23 18:44:47 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-09-23 18:44:47 +0000
commit980f7d51daf8a912bb195f10f6cea4a90a5f8ae5 (patch)
tree08bdb12e75820b397986fada5a27c439628524c3 /security/openssh-portable
parent5642febe9d42b9cf0c5fd7b15e59032daf93f2f1 (diff)
downloadports-980f7d51daf8a912bb195f10f6cea4a90a5f8ae5.tar.gz
ports-980f7d51daf8a912bb195f10f6cea4a90a5f8ae5.zip
Notes
Diffstat (limited to 'security/openssh-portable')
-rw-r--r--security/openssh-portable/Makefile3
-rw-r--r--security/openssh-portable/pkg-message4
2 files changed, 5 insertions, 2 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile
index 467ec7bc6841..27a4a4fdc487 100644
--- a/security/openssh-portable/Makefile
+++ b/security/openssh-portable/Makefile
@@ -187,7 +187,8 @@ CONFIGURE_ARGS+= --localstatedir=/var
EMPTYDIR= /var/empty
PREFIX= /usr
ETCSSH= /etc/ssh
-USE_RC_SUBR= openssh
+USE_RC_SUBR= yes
+SUB_FILES+= openssh
PLIST_SUB+= NOTBASE="@comment "
PLIST_SUB+= BASE=""
PLIST_SUB+= BASEPREFIX="${PREFIX}"
diff --git a/security/openssh-portable/pkg-message b/security/openssh-portable/pkg-message
index 07a8d4e82873..7436aea5d132 100644
--- a/security/openssh-portable/pkg-message
+++ b/security/openssh-portable/pkg-message
@@ -1,6 +1,8 @@
To enable this port, add openssh_enable="YES" in your rc.conf. To
prevent conflict with openssh in the base system add sshd_enable="NO"
-in your rc.conf.
+in your rc.conf. Also you can configure openssh at another TCP port (via
+sshd_config 'Port' and 'Listen' options or via 'openssh_flags'
+variable in rc.conf) and run it in same time with base sshd.
'PermitRootLogin no' is the default for the OpenSSH port.
This now matches the PermitRootLogin configuration of OpenSSH in