Correct the chmod arguments for /usr/bin/ssh permissions.
Submitted by: Patrick Tracanelli <eksffa@freebsdbrasil.com.br> for the Brazilian Translation team.
This commit is contained in:
parent
291901bf23
commit
94516debfe
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14550
1 changed files with 1 additions and 1 deletions
|
@ -7319,7 +7319,7 @@ define(`confDELIVERY_MODE',`deferred')dnl</programlisting>
|
|||
<listitem>
|
||||
<para>As a temporary fix, change the mode on
|
||||
<filename>/usr/bin/ssh</filename> to <literal>4555</literal>
|
||||
by running <command>chmod 4755 /usr/bin/ssh</command> as
|
||||
by running <command>chmod 4555 /usr/bin/ssh</command> as
|
||||
<username>root</username>. Then add
|
||||
<makevar>ENABLE_SUID_SSH= true</makevar> to
|
||||
<filename>/etc/make.conf</filename> so the change takes
|
||||
|
|
Loading…
Reference in a new issue