diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-02-07 20:07:54 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-02-07 20:07:54 +0000 |
commit | b62a23c6c726c2d172d7f0a909dcdc8521ee6a19 (patch) | |
tree | 0512ca2dfbc32f74a431ab060f1a7c9af977a093 /security/openssh-portable/pkg-message | |
parent | 6fae4e91b2b364cf4b21d2ef0581578b3def0ca8 (diff) | |
download | ports-b62a23c6c726c2d172d7f0a909dcdc8521ee6a19.tar.gz ports-b62a23c6c726c2d172d7f0a909dcdc8521ee6a19.zip |
- Update to 4.3p1
- Use DISTVERSION
- Add most configuration in OPTIONS
- Enable support to libedit in sftp [1]
- Add OPTIONS to HPN patches [2]
- Add new rc.d script [3]
- New rc.d script are responsible to check configuration and create host keys
- Using USE_RC_SUBR
- Modify pkg-message to reflect new rc.d script
- Fix pkg-plist
Reviewd by: dougb [3]
Submitted by: vs [1], brooks [2]
Tested by: me, John E Hein
Notes
Notes:
svn path=/head/; revision=155433
Diffstat (limited to 'security/openssh-portable/pkg-message')
-rw-r--r-- | security/openssh-portable/pkg-message | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/security/openssh-portable/pkg-message b/security/openssh-portable/pkg-message index b0908ddd4486..07a8d4e82873 100644 --- a/security/openssh-portable/pkg-message +++ b/security/openssh-portable/pkg-message @@ -1,12 +1,8 @@ -To enable this port, please add sshd_program=/usr/local/sbin/sshd and make -sure sshd_enable is set to YES in your /etc/rc.conf +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. -You may also want to put NO_OPENSSH= true in your /etc/make.conf -and make sure your path is setup to /usr/local/bin before /usr/bin so that -you are running the port version of openssh and not the version that comes -with FreeBSD - -'PermitRootLogin no' is the new default for the OpenSSH port. +'PermitRootLogin no' is the default for the OpenSSH port. This now matches the PermitRootLogin configuration of OpenSSH in the base system. Please be aware of this when upgrading your OpenSSH port, and if truly necessary, re-enable remote root login |