2002-07-08 04:28:42 +08:00
|
|
|
<sect2>
|
2003-09-24 06:37:29 +08:00
|
|
|
<title>Configuring <application>Open<acronym>SSH</acronym></application></title>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
<sect3><title>Config files</title>
|
|
|
|
|
2003-04-21 06:15:01 +08:00
|
|
|
<para><filename>/etc/ssh/ssh_config</filename>,
|
|
|
|
<filename>/etc/ssh/sshd_config </filename></para>
|
2002-07-08 04:28:42 +08:00
|
|
|
<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
|
2003-09-24 06:37:29 +08:00
|
|
|
your system. Configuration information can be found in the man pages for
|
|
|
|
<command>sshd</command>, <command>ssh</command> and <command>ssh-agent
|
|
|
|
</command></para>
|
2002-07-08 04:28:42 +08:00
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3><title>sshd init.d script</title>
|
|
|
|
|
2004-03-28 09:46:42 +08:00
|
|
|
<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>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|