glfs/server/other/openssh/openssh-desc.xml
Mark Hymers f45b195302 Initial revision
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-07-07 20:28:42 +00:00

44 lines
1.2 KiB
XML

<sect2>
<title>Contents</title>
<para>The OpenSSH package contains <userinput>ssh</userinput>,
<userinput>sshd</userinput>, <userinput>ssh-agent</userinput>,
<userinput>ssh-add</userinput>, <userinput>sftp</userinput>,
<userinput>scp</userinput>, <userinput>ssh-keygen</userinput>,
<userinput>sftp-server</userinput> and
<userinput>ssh-keyscan</userinput>.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>ssh</title>
<para>The basic rlogin/rsh-like client program.</para></sect3>
<sect3><title>sshd</title>
<para>The daemon that permits you to login.</para></sect3>
<sect3><title>ssh-agent</title>
<para>An authentication agent that can store private keys.</para></sect3>
<sect3><title>ssh-add</title>
<para>Tool which adds keys to the ssh-agent.</para></sect3>
<sect3><title>sftp</title>
<para>FTP-like program that works over SSH1 and SSH2 protocol.</para></sect3>
<sect3><title>scp</title>
<para>File copy program that acts like rcp.</para></sect3>
<sect3><title>ssh-keygen</title>
<para>Key generation tool.</para></sect3>
<sect3><title>sftp-server</title>
<para>SFTP server subsystem.</para></sect3>
<sect3><title>ssh-keyscan</title>
<para>Utility for gathering public host keys from a number of hosts.</para></sect3>
</sect2>