summaryrefslogtreecommitdiff
path: root/contrib/redhat
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-09-15 21:23:11 +1000
committerDamien Miller <djm@mindrot.org>2001-09-15 21:23:11 +1000
commit85085cb96d479de364ceb3b7e2556090a55e2a61 (patch)
tree76cf31813ba4355e899508cebf7413b0fc6a6417 /contrib/redhat
parentebf989e601a137d2c2dd489a614c7ba54b6fc910 (diff)
rewrite descriptions
Diffstat (limited to 'contrib/redhat')
-rw-r--r--contrib/redhat/openssh.spec48
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}
89Obsoletes: ssh-extras 89Obsoletes: ssh-extras
90 90
91%description 91%description
92SSH (Secure SHell) is a program for logging into and executing 92OpenSSH is OpenBSD's SSH (Secure SHell) protocol implementation. SSH
93commands on a remote machine. SSH is intended to replace rlogin and 93replaces rlogin and rsh, to provide secure encrypted communications
94rsh, and to provide secure encrypted communications between two 94between two untrusted hosts over an insecure network. X11 connections
95untrusted hosts over an insecure network. X11 connections and 95and arbitrary TCP/IP ports can also be forwarded over the secure
96arbitrary TCP/IP ports can also be forwarded over the secure channel. 96channel. Public key authentication may be used for "passwordless"
97 97access to servers.
98OpenSSH is OpenBSD's version of the last free version of SSH, bringing
99it up to date in terms of security and features, as well as removing
100all patented algorithms to separate libraries.
101 98
102This package includes the core files necessary for both the OpenSSH 99This package includes the core files necessary for both the OpenSSH
103client and server. To make this package useful, you should also 100client and server. To make this package useful, you should also
104install openssh-clients, openssh-server, or both. 101install openssh-clients, openssh-server, or both.
105 102
106%description clients 103%description clients
107OpenSSH is a free version of SSH (Secure SHell), a program for logging 104OpenSSH is OpenBSD's SSH (Secure SHell) protocol implementation.
108into and executing commands on a remote machine. This package includes 105
109the clients necessary to make encrypted connections to SSH servers. 106This package includes the clients necessary to make encrypted
110You'll also need to install the openssh package on OpenSSH clients. 107connections to SSH protocol servers. You'll also need to install the
108openssh package on OpenSSH clients.
111 109
112%description server 110%description server
113OpenSSH is a free version of SSH (Secure SHell), a program for logging 111OpenSSH is OpenBSD's SSH (Secure SHell) protocol implementation.
114into and executing commands on a remote machine. This package contains 112
115the secure shell daemon (sshd). The sshd daemon allows SSH clients to 113This package contains the secure shell daemon (sshd). The sshd daemon
116securely connect to your SSH server. You also need to have the openssh 114allows SSH clients to securely connect to your SSH server. You also
117package installed. 115need to have the openssh package installed.
118 116
119%description askpass 117%description askpass
120OpenSSH is a free version of SSH (Secure SHell), a program for logging 118OpenSSH is OpenBSD's SSH (Secure SHell) protocol implementation.
121into and executing commands on a remote machine. This package contains 119
122an X11 passphrase dialog for OpenSSH. 120This package contains an X11 passphrase dialog for OpenSSH.
123 121
124%description askpass-gnome 122%description askpass-gnome
125OpenSSH is a free version of SSH (Secure SHell), a program for logging 123OpenSSH is OpenBSD's SSH (Secure SHell) protocol implementation.
126into and executing commands on a remote machine. This package contains 124
127an X11 passphrase dialog for OpenSSH and the GNOME GUI desktop 125This package contains an X11 passphrase dialog for OpenSSH and the
128environment. 126GNOME GUI desktop environment.
129 127
130%prep 128%prep
131 129