Lines Matching refs:OpenSSH
4 # OpenSSH privilege separation requires a user & group ID
67 Summary: The OpenSSH implementation of SSH protocol versions 1 and 2.
68 Name: openssh
75 URL: http://www.openssh.com/portable.html
76 Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
108 Summary: OpenSSH clients.
109 Requires: openssh = %{version}-%{release}
114 Summary: The OpenSSH server daemon.
117 Requires: openssh = %{version}-%{release}, chkconfig >= 0.9
123 Summary: A passphrase dialog for OpenSSH and X.
125 Requires: openssh = %{version}-%{release}
129 Summary: A passphrase dialog for OpenSSH, X, and GNOME.
131 Requires: openssh = %{version}-%{release}
141 OpenSSH is OpenBSD's version of the last free version of SSH, bringing
145 This package includes the core files necessary for both the OpenSSH
147 install openssh-clients, openssh-server, or both.
150 OpenSSH is a free version of SSH (Secure SHell), a program for logging
153 You'll also need to install the openssh package on OpenSSH clients.
156 OpenSSH is a free version of SSH (Secure SHell), a program for logging
159 securely connect to your SSH server. You also need to have the openssh
163 OpenSSH is a free version of SSH (Secure SHell), a program for logging
165 an X11 passphrase dialog for OpenSSH.
168 OpenSSH is a free version of SSH (Secure SHell), a program for logging
170 an X11 passphrase dialog for OpenSSH and the GNOME GUI desktop
193 --libexecdir=%{_libexecdir}/openssh \
194 --datadir=%{_datadir}/openssh \
222 %configure --libexecdir=%{_libexecdir}/openssh
251 mkdir -p -m755 $RPM_BUILD_ROOT%{_libexecdir}/openssh
258 install -d $RPM_BUILD_ROOT%{_libexecdir}/openssh
267 install -s x11-ssh-askpass-%{aversion}/x11-ssh-askpass $RPM_BUILD_ROOT%{_libexecdir}/openssh/x11-ssh-askpass
268 ln -s x11-ssh-askpass $RPM_BUILD_ROOT%{_libexecdir}/openssh/ssh-askpass
272 install -s contrib/gnome-ssh-askpass $RPM_BUILD_ROOT%{_libexecdir}/openssh/gnome-ssh-askpass
276 rm -f $RPM_BUILD_ROOT/usr/share/openssh/Ssh.bin
295 %triggerun server -- openssh-server < 2.5.0p1
346 %attr(0755,root,root) %dir %{_libexecdir}/openssh
347 %attr(4711,root,root) %{_libexecdir}/openssh/ssh-keysign
348 %attr(0755,root,root) %{_libexecdir}/openssh/ssh-pkcs11-helper
353 %attr(0755,root,root) %dir %{_datadir}/openssh
354 %attr(0644,root,root) %{_datadir}/openssh/Ssh.bin
381 %attr(0755,root,root) %{_libexecdir}/openssh/sftp-server
398 %attr(0755,root,root) %{_libexecdir}/openssh/ssh-askpass
399 %attr(0755,root,root) %{_libexecdir}/openssh/x11-ssh-askpass
406 %attr(0755,root,root) %{_libexecdir}/openssh/gnome-ssh-askpass
549 - add a fix from Markus Friedl (via openssh-unix-dev) for ssh-keygen not
560 at startup (change merged from openssh.com init script, originally by
600 - remove build dependency on rsh to match openssh.com's packages more closely
633 - Resync with parts of Damien Miller's openssh.spec from CVS, including
642 - Resync with parts of Damien Miller's openssh.spec from CVS.
699 - Change libexecdir from %%{_libexecdir}/ssh to %%{_libexecdir}/openssh.
702 - Update to OpenSSH 2.3.0p1.