glfs/server/other/openssh/openssh-config.xml

26 lines
970 B
XML
Raw Normal View History

<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>