mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
b62a23c6c7
- 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
14 lines
605 B
Plaintext
14 lines
605 B
Plaintext
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.
|
|
|
|
'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
|
|
by readjusting this option in your sshd_config.
|
|
|
|
Users are encouraged to create single-purpose users with ssh keys
|
|
and very narrowly defined sudo privileges instead of using root
|
|
for automated tasks.
|