- Improve wording about enabling sshd.
- Rework wording about ssh tunnels. Approved by: ceri@
This commit is contained in:
parent
0601c77b10
commit
93b7048dcc
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=26928
1 changed files with 6 additions and 4 deletions
|
@ -4209,7 +4209,7 @@ ipfw add 1 allow ipencap from W.X.Y.Z to A.B.C.D
|
|||
access remote machines securely. It can be used as a direct
|
||||
replacement for <command>rlogin</command>,
|
||||
<command>rsh</command>, <command>rcp</command>, and
|
||||
<command>telnet</command>. Additionally, any other TCP/IP
|
||||
<command>telnet</command>. Additionally, TCP/IP
|
||||
connections can be tunneled/forwarded securely through SSH.
|
||||
<application>OpenSSH</application> encrypts all traffic to effectively eliminate eavesdropping,
|
||||
connection hijacking, and other network-level attacks.</para>
|
||||
|
@ -4238,9 +4238,11 @@ ipfw add 1 allow ipencap from W.X.Y.Z to A.B.C.D
|
|||
</indexterm>
|
||||
|
||||
<para>The <application>sshd</application> daemon is enabled by
|
||||
default on &os; 4.X and is enabled or not during the
|
||||
installation by the user of &os; 5.X. To see if it is
|
||||
enabled, check the <filename>rc.conf</filename> file for:</para>
|
||||
default on &os; 4.X. In &os; 5.X and later enabling
|
||||
<application>sshd</application> is an option presented during
|
||||
a <literal>Standard</literal> install of &os;. To see if
|
||||
<application>sshd</application> is enabled, check the
|
||||
<filename>rc.conf</filename> file for:</para>
|
||||
<screen>sshd_enable="YES"</screen>
|
||||
<para>This will load &man.sshd.8;, the daemon program for <application>OpenSSH</application>,
|
||||
the next time your system initializes. Alternatively, you can
|
||||
|
|
Loading…
Reference in a new issue