2002-07-08 04:28:42 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Contents</title>
|
|
|
|
|
2003-09-24 06:37:29 +08:00
|
|
|
<para>The <application>Open<acronym>SSH</acronym></application> package contains <command>ssh</command>,
|
2003-07-02 10:08:12 +08:00
|
|
|
<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>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
</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>
|
2003-09-24 06:37:29 +08:00
|
|
|
<para>Tool which adds keys to the <command>ssh-agent</command>.</para></sect3>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
<sect3><title>sftp</title>
|
2003-09-24 06:37:29 +08:00
|
|
|
<para><acronym>FTP</acronym>-like program that works over
|
|
|
|
<acronym>SSH</acronym>1 and <acronym>SSH</acronym>2 protocol.</para></sect3>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
<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>
|
2003-09-24 06:37:29 +08:00
|
|
|
<para><acronym>SFTP</acronym> server subsystem.</para></sect3>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
<sect3><title>ssh-keyscan</title>
|
|
|
|
<para>Utility for gathering public host keys from a number of hosts.</para></sect3>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|