Fix a wording bug: action to resource. Also fix some title
capitalization and redundancy issues. Submitted by: MNIHKLOM (forum user, action/resource issue)
This commit is contained in:
parent
0041e1e330
commit
47786e5cf1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42266
1 changed files with 9 additions and 9 deletions
|
@ -2783,7 +2783,7 @@ racoon_enable="yes"</programlisting>
|
|||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Enabling The SSH Server</title>
|
||||
<title>Enabling the SSH Server</title>
|
||||
|
||||
<indexterm>
|
||||
<primary>OpenSSH</primary>
|
||||
|
@ -2918,8 +2918,8 @@ bb:48:db:f2:93:57:80:b6:aa:bc:f5:d5:ba:8f:79:17 user@host.example.com</screen>
|
|||
is stored in <filename>~/.ssh/id_dsa.pub</filename> or
|
||||
<filename>~/.ssh/id_rsa.pub</filename>, respectively for the
|
||||
<acronym>DSA</acronym> and <acronym>RSA</acronym> key types.
|
||||
The public key must be placed in the
|
||||
<filename>~/.ssh/authorized_keys</filename> file of the
|
||||
The public key must be placed in
|
||||
<filename>~/.ssh/authorized_keys</filename> on the
|
||||
remote machine for both <acronym>RSA</acronym> or
|
||||
<acronym>DSA</acronym> keys in order for the setup to
|
||||
work.</para>
|
||||
|
@ -2960,7 +2960,7 @@ bb:48:db:f2:93:57:80:b6:aa:bc:f5:d5:ba:8f:79:17 user@host.example.com</screen>
|
|||
</sect2>
|
||||
|
||||
<sect2 id="security-ssh-agent">
|
||||
<title>Using SSH Agent To Cache Keys</title>
|
||||
<title>Using SSH Agent to Cache Keys</title>
|
||||
|
||||
<para>To load <acronym>SSH</acronym> keys into memory for use,
|
||||
without needing to type the passphrase each time, use
|
||||
|
@ -2990,7 +2990,7 @@ Identity added: /home/user/.ssh/id_dsa (/home/user/.ssh/id_dsa)
|
|||
needs to be placed in <filename>~/.xinitrc</filename>. This
|
||||
provides the &man.ssh-agent.1; services to all programs
|
||||
launched in <application>&xorg;</application>. An example
|
||||
<filename>~/.xinitrc</filename> file might look like
|
||||
<filename>~/.xinitrc</filename> might look like
|
||||
this:</para>
|
||||
|
||||
<programlisting>exec ssh-agent <replaceable>startxfce4</replaceable></programlisting>
|
||||
|
@ -3217,7 +3217,7 @@ user@unfirewalled-system.example.org's password: <userinput>*******</userinput><
|
|||
</sect1info>
|
||||
|
||||
<title>Filesystem Access Control Lists
|
||||
(<acronym>ACL</acronym>s)</title>
|
||||
(<acronym>ACL</acronym>)s</title>
|
||||
|
||||
<indexterm>
|
||||
<primary>ACL</primary>
|
||||
|
@ -3744,7 +3744,7 @@ VII. References <co id="co-ref"/></programlisting>
|
|||
Potentially a single, more constrained user would require
|
||||
an additional label added, the resource database needs to be
|
||||
built using <command>cap_mkdb</command>, edits made to
|
||||
the <filename>/etc/master.passwd</filename> file. In
|
||||
<filename>/etc/master.passwd</filename>. In
|
||||
addition, the password database must be rebuilt using
|
||||
<command>pwd_mkdb</command>. This multi-step process could be
|
||||
very time consuming depending on how many users must be
|
||||
|
@ -3782,7 +3782,7 @@ options RCTL</programlisting>
|
|||
<para>This rule shows a basic premise of a rule, here the
|
||||
subject is <literal>user</literal> and the subject-id
|
||||
is <literal>trhodes</literal>. The maxproc is, of course,
|
||||
max number of processes, which is considered the action.
|
||||
max number of processes, which is considered the resource.
|
||||
The action here is set to <literal>deny</literal>, which blocks
|
||||
any new processes from being created. In the previous example,
|
||||
the user, <literal>trhodes</literal> will be constrained
|
||||
|
@ -3808,7 +3808,7 @@ eval: Cannot fork: Resource temporarily unavailable</screen>
|
|||
<screen>&prompt.root; <userinput>rctl -a jail:httpd:memoryuse:deny=2G/jail</userinput></screen>
|
||||
|
||||
<para>Rules may also persist across reboots if they have been
|
||||
added to <filename>/etc/rctl.conf</filename> file. The
|
||||
added to <filename>/etc/rctl.conf</filename>. The
|
||||
format is a rule, without the preceding command. For example,
|
||||
the previous rule could be added like the following:</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue