rewrite descriptions
This commit is contained in:
parent
ebf989e601
commit
85085cb96d
|
@ -89,43 +89,41 @@ Requires: openssh = %{version}-%{release}
|
||||||
Obsoletes: ssh-extras
|
Obsoletes: ssh-extras
|
||||||
|
|
||||||
%description
|
%description
|
||||||
SSH (Secure SHell) is a program for logging into and executing
|
OpenSSH is OpenBSD's SSH (Secure SHell) protocol implementation. SSH
|
||||||
commands on a remote machine. SSH is intended to replace rlogin and
|
replaces rlogin and rsh, to provide secure encrypted communications
|
||||||
rsh, and to provide secure encrypted communications between two
|
between two untrusted hosts over an insecure network. X11 connections
|
||||||
untrusted hosts over an insecure network. X11 connections and
|
and arbitrary TCP/IP ports can also be forwarded over the secure
|
||||||
arbitrary TCP/IP ports can also be forwarded over the secure channel.
|
channel. Public key authentication may be used for "passwordless"
|
||||||
|
access to servers.
|
||||||
OpenSSH is OpenBSD's version of the last free version of SSH, bringing
|
|
||||||
it up to date in terms of security and features, as well as removing
|
|
||||||
all patented algorithms to separate libraries.
|
|
||||||
|
|
||||||
This package includes the core files necessary for both the OpenSSH
|
This package includes the core files necessary for both the OpenSSH
|
||||||
client and server. To make this package useful, you should also
|
client and server. To make this package useful, you should also
|
||||||
install openssh-clients, openssh-server, or both.
|
install openssh-clients, openssh-server, or both.
|
||||||
|
|
||||||
%description clients
|
%description clients
|
||||||
OpenSSH is a free version of SSH (Secure SHell), a program for logging
|
OpenSSH is OpenBSD's SSH (Secure SHell) protocol implementation.
|
||||||
into and executing commands on a remote machine. This package includes
|
|
||||||
the clients necessary to make encrypted connections to SSH servers.
|
This package includes the clients necessary to make encrypted
|
||||||
You'll also need to install the openssh package on OpenSSH clients.
|
connections to SSH protocol servers. You'll also need to install the
|
||||||
|
openssh package on OpenSSH clients.
|
||||||
|
|
||||||
%description server
|
%description server
|
||||||
OpenSSH is a free version of SSH (Secure SHell), a program for logging
|
OpenSSH is OpenBSD's SSH (Secure SHell) protocol implementation.
|
||||||
into and executing commands on a remote machine. This package contains
|
|
||||||
the secure shell daemon (sshd). The sshd daemon allows SSH clients to
|
This package contains the secure shell daemon (sshd). The sshd daemon
|
||||||
securely connect to your SSH server. You also need to have the openssh
|
allows SSH clients to securely connect to your SSH server. You also
|
||||||
package installed.
|
need to have the openssh package installed.
|
||||||
|
|
||||||
%description askpass
|
%description askpass
|
||||||
OpenSSH is a free version of SSH (Secure SHell), a program for logging
|
OpenSSH is OpenBSD's SSH (Secure SHell) protocol implementation.
|
||||||
into and executing commands on a remote machine. This package contains
|
|
||||||
an X11 passphrase dialog for OpenSSH.
|
This package contains an X11 passphrase dialog for OpenSSH.
|
||||||
|
|
||||||
%description askpass-gnome
|
%description askpass-gnome
|
||||||
OpenSSH is a free version of SSH (Secure SHell), a program for logging
|
OpenSSH is OpenBSD's SSH (Secure SHell) protocol implementation.
|
||||||
into and executing commands on a remote machine. This package contains
|
|
||||||
an X11 passphrase dialog for OpenSSH and the GNOME GUI desktop
|
This package contains an X11 passphrase dialog for OpenSSH and the
|
||||||
environment.
|
GNOME GUI desktop environment.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue