mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
PermitRootLogin no explanation added.
This commit is contained in:
parent
a3d0c77d8d
commit
c3792b9e3c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62458
@ -1,10 +1,17 @@
|
||||
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
|
||||
sure sshd_enable is set to YES in your /etc/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
|
||||
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.
|
||||
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.
|
||||
|
@ -1,10 +1,17 @@
|
||||
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
|
||||
sure sshd_enable is set to YES in your /etc/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
|
||||
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.
|
||||
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.
|
||||
|
17
security/openssh/pkg-message
Normal file
17
security/openssh/pkg-message
Normal file
@ -0,0 +1,17 @@
|
||||
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
|
||||
|
||||
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.
|
||||
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.
|
Loading…
Reference in New Issue
Block a user