glfs/server/other/openssh/openssh-desc.xml
Larry Lawrence 5842069d2c update to openssh-3.6.1p2
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@927 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-07-02 02:08:12 +00:00

44 lines
1.2 KiB
XML

<sect2>
<title>Contents</title>
<para>The <application>OpenSSH</application> package contains <command>ssh</command>,
<command>sshd</command>, <command>ssh-agent</command>,
<command>ssh-add</command>, <command>sftp</command>,
<command>scp</command>, <command>ssh-keygen</command>,
<command>sftp-server</command> and
<command>ssh-keyscan</command>.</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>