The openssh package provides the OpenSSH set
of network connectivity tools for logging in to and executing
commands on a remote machine. OpenSSH tools encrypt all traffic
(including passwords), so you can avoid eavesdropping, connection
hijacking, and other attacks on the communications between your
machine and the remote machine.
The openssh package includes the OpenSSH
clients: ssh, a secure replacement for
rsh; slogin, a secure
replacement for rlogin (remote login) and
telnet (communications with another host via
the TELNET protocol); and scp, a secure
replacement for rcp (for copying files between
machines) and ftp (for transferring files
between machines).
The openssh-askpass package supports the
display of a dialog window which prompts for a password during use
of the OpenSSH agent with RSA authentication.
The openssh-askpass-gnome package contains a
GNOME GUI desktop environment dialog window which is displayed
when OpenSSH programs prompt for a password. If you're running
GNOME and using OpenSSH utilities, you should install this
package.
The openssh-server package contains the
sshd secure shell daemon and man page. The
secure shell daemon is the server side of the OpenSSH suite, and
must be installed on your host if you want to allow SSH clients to
connect to your host.
The openssh-clients package contains the
client programs needed to make encrypted connections to SSH
servers.
For more information about OpenSSH, see the OpenSSH website at
http://www.openssh.com/.