mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-05 16:07:23 +08:00
44 lines
1.2 KiB
XML
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>
|
||
|
|