diff options
-rw-r--r-- | contrib/redhat/openssh.spec | 48 |
1 files changed, 23 insertions, 25 deletions
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index 22142671a..20e9bf4da 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec | |||
@@ -89,43 +89,41 @@ Requires: openssh = %{version}-%{release} | |||
89 | Obsoletes: ssh-extras | 89 | Obsoletes: ssh-extras |
90 | 90 | ||
91 | %description | 91 | %description |
92 | SSH (Secure SHell) is a program for logging into and executing | 92 | OpenSSH is OpenBSD's SSH (Secure SHell) protocol implementation. SSH |
93 | commands on a remote machine. SSH is intended to replace rlogin and | 93 | replaces rlogin and rsh, to provide secure encrypted communications |
94 | rsh, and to provide secure encrypted communications between two | 94 | between two untrusted hosts over an insecure network. X11 connections |
95 | untrusted hosts over an insecure network. X11 connections and | 95 | and arbitrary TCP/IP ports can also be forwarded over the secure |
96 | arbitrary TCP/IP ports can also be forwarded over the secure channel. | 96 | channel. Public key authentication may be used for "passwordless" |
97 | 97 | access to servers. | |
98 | OpenSSH is OpenBSD's version of the last free version of SSH, bringing | ||
99 | it up to date in terms of security and features, as well as removing | ||
100 | all patented algorithms to separate libraries. | ||
101 | 98 | ||
102 | This package includes the core files necessary for both the OpenSSH | 99 | This package includes the core files necessary for both the OpenSSH |
103 | client and server. To make this package useful, you should also | 100 | client and server. To make this package useful, you should also |
104 | install openssh-clients, openssh-server, or both. | 101 | install openssh-clients, openssh-server, or both. |
105 | 102 | ||
106 | %description clients | 103 | %description clients |
107 | OpenSSH is a free version of SSH (Secure SHell), a program for logging | 104 | OpenSSH is OpenBSD's SSH (Secure SHell) protocol implementation. |
108 | into and executing commands on a remote machine. This package includes | 105 | |
109 | the clients necessary to make encrypted connections to SSH servers. | 106 | This package includes the clients necessary to make encrypted |
110 | You'll also need to install the openssh package on OpenSSH clients. | 107 | connections to SSH protocol servers. You'll also need to install the |
108 | openssh package on OpenSSH clients. | ||
111 | 109 | ||
112 | %description server | 110 | %description server |
113 | OpenSSH is a free version of SSH (Secure SHell), a program for logging | 111 | OpenSSH is OpenBSD's SSH (Secure SHell) protocol implementation. |
114 | into and executing commands on a remote machine. This package contains | 112 | |
115 | the secure shell daemon (sshd). The sshd daemon allows SSH clients to | 113 | This package contains the secure shell daemon (sshd). The sshd daemon |
116 | securely connect to your SSH server. You also need to have the openssh | 114 | allows SSH clients to securely connect to your SSH server. You also |
117 | package installed. | 115 | need to have the openssh package installed. |
118 | 116 | ||
119 | %description askpass | 117 | %description askpass |
120 | OpenSSH is a free version of SSH (Secure SHell), a program for logging | 118 | OpenSSH is OpenBSD's SSH (Secure SHell) protocol implementation. |
121 | into and executing commands on a remote machine. This package contains | 119 | |
122 | an X11 passphrase dialog for OpenSSH. | 120 | This package contains an X11 passphrase dialog for OpenSSH. |
123 | 121 | ||
124 | %description askpass-gnome | 122 | %description askpass-gnome |
125 | OpenSSH is a free version of SSH (Secure SHell), a program for logging | 123 | OpenSSH is OpenBSD's SSH (Secure SHell) protocol implementation. |
126 | into and executing commands on a remote machine. This package contains | 124 | |
127 | an X11 passphrase dialog for OpenSSH and the GNOME GUI desktop | 125 | This package contains an X11 passphrase dialog for OpenSSH and the |
128 | environment. | 126 | GNOME GUI desktop environment. |
129 | 127 | ||
130 | %prep | 128 | %prep |
131 | 129 | ||