mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-09 03:37:18 +08:00
ae9c5281f1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1941 af4574ff-66df-0310-9fd7-8a98e5e911e0
26 lines
970 B
XML
26 lines
970 B
XML
<sect2>
|
|
<title>Configuring <application>Open<acronym>SSH</acronym></application></title>
|
|
|
|
<sect3><title>Config files</title>
|
|
|
|
<para><filename>/etc/ssh/ssh_config</filename>,
|
|
<filename>/etc/ssh/sshd_config </filename></para>
|
|
<para>There are no required changes in either of these files. However
|
|
you may wish to view them to make changes for appropriate security to
|
|
your system. Configuration information can be found in the man pages for
|
|
<command>sshd</command>, <command>ssh</command> and <command>ssh-agent
|
|
</command></para>
|
|
</sect3>
|
|
|
|
<sect3><title>sshd init.d script</title>
|
|
|
|
<para>To start the SSH Server at boot, install <filename>/etc/rc.d/init.d/sshd</filename>
|
|
init script included in the <xref linkend="intro-important-bootscripts"/> package.</para>
|
|
|
|
<screen><userinput><command>make install-sshd</command></userinput></screen>
|
|
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|