mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-05 07:57:23 +08:00
1708d1e940
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1179 af4574ff-66df-0310-9fd7-8a98e5e911e0
45 lines
1.3 KiB
XML
45 lines
1.3 KiB
XML
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<para>The <application>Open<acronym>SSH</acronym></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 <command>ssh-agent</command>.</para></sect3>
|
|
|
|
<sect3><title>sftp</title>
|
|
<para><acronym>FTP</acronym>-like program that works over
|
|
<acronym>SSH</acronym>1 and <acronym>SSH</acronym>2 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><acronym>SFTP</acronym> server subsystem.</para></sect3>
|
|
|
|
<sect3><title>ssh-keyscan</title>
|
|
<para>Utility for gathering public host keys from a number of hosts.</para></sect3>
|
|
|
|
</sect2>
|
|
|