Lines Matching refs:ssh
8 # Version of ssh-askpass
23 # Use GTK2 instead of GNOME in gnome-ssh-askpass
67 Summary: The OpenSSH implementation of SSH protocol versions 1 and 2.
78 Source1: http://www.jmknoble.net/software/x11-ssh-askpass/x11-ssh-askpass-%{aversion}.tar.gz
83 Obsoletes: ssh
111 Obsoletes: ssh-clients
116 Obsoletes: ssh-server
126 Obsoletes: ssh-extras
132 Obsoletes: ssh-extras
135 SSH (Secure SHell) is a program for logging into and executing
136 commands on a remote machine. SSH is intended to replace rlogin and
141 OpenSSH is OpenBSD's version of the last free version of SSH, bringing
150 OpenSSH is a free version of SSH (Secure SHell), a program for logging
152 the clients necessary to make encrypted connections to SSH servers.
156 OpenSSH is a free version of SSH (Secure SHell), a program for logging
158 the secure shell daemon (sshd). The sshd daemon allows SSH clients to
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
168 OpenSSH is a free version of SSH (Secure SHell), a program for logging
192 --sysconfdir=%{_sysconfdir}/ssh \
220 pushd x11-ssh-askpass-%{aversion}
238 make gnome-ssh-askpass2
239 mv gnome-ssh-askpass2 gnome-ssh-askpass
241 make gnome-ssh-askpass1
242 mv gnome-ssh-askpass1 gnome-ssh-askpass
249 mkdir -p -m755 $RPM_BUILD_ROOT%{_sysconfdir}/ssh
266 install -s x11-ssh-askpass-%{aversion}/x11-ssh-askpass $RPM_BUILD_ROOT%{_libexecdir}/openssh/x11-ssh-askpass
267 ln -s x11-ssh-askpass $RPM_BUILD_ROOT%{_libexecdir}/openssh/ssh-askpass
271 install -s contrib/gnome-ssh-askpass $RPM_BUILD_ROOT%{_libexecdir}/openssh/gnome-ssh-askpass
275 rm -f $RPM_BUILD_ROOT/usr/share/openssh/Ssh.bin
280 install -m 755 contrib/redhat/gnome-ssh-askpass.csh $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/
281 install -m 755 contrib/redhat/gnome-ssh-askpass.sh $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/
289 %triggerun server -- ssh-server
298 END {exit sawhostkey}' /etc/ssh/sshd_config
304 echo HostKey /etc/ssh/ssh_host_rsa_key >> /etc/ssh/sshd_config
305 echo HostKey /etc/ssh/ssh_host_dsa_key >> /etc/ssh/sshd_config
308 %triggerpostun server -- ssh-server
340 %attr(0755,root,root) %dir %{_sysconfdir}/ssh
341 %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/ssh/moduli
343 %attr(0755,root,root) %{_bindir}/ssh-keygen
344 %attr(0644,root,root) %{_mandir}/man1/ssh-keygen.1*
346 %attr(4711,root,root) %{_libexecdir}/openssh/ssh-keysign
347 %attr(0755,root,root) %{_libexecdir}/openssh/ssh-pkcs11-helper
348 %attr(0644,root,root) %{_mandir}/man8/ssh-keysign.8*
349 %attr(0644,root,root) %{_mandir}/man8/ssh-pkcs11-helper.8*
353 %attr(0644,root,root) %{_datadir}/openssh/Ssh.bin
358 %attr(0755,root,root) %{_bindir}/ssh
359 %attr(0644,root,root) %{_mandir}/man1/ssh.1*
361 %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ssh/ssh_config
365 %attr(2755,root,nobody) %{_bindir}/ssh-agent
366 %attr(0755,root,root) %{_bindir}/ssh-add
367 %attr(0755,root,root) %{_bindir}/ssh-keyscan
369 %attr(0644,root,root) %{_mandir}/man1/ssh-agent.1*
370 %attr(0644,root,root) %{_mandir}/man1/ssh-add.1*
371 %attr(0644,root,root) %{_mandir}/man1/ssh-keyscan.1*
385 %attr(0755,root,root) %dir %{_sysconfdir}/ssh
386 %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/ssh/sshd_config
394 %doc x11-ssh-askpass-%{aversion}/README
395 %doc x11-ssh-askpass-%{aversion}/ChangeLog
396 %doc x11-ssh-askpass-%{aversion}/SshAskpass*.ad
397 %attr(0755,root,root) %{_libexecdir}/openssh/ssh-askpass
398 %attr(0755,root,root) %{_libexecdir}/openssh/x11-ssh-askpass
404 %attr(0755,root,root) %config %{_sysconfdir}/profile.d/gnome-ssh-askpass.*
405 %attr(0755,root,root) %{_libexecdir}/openssh/gnome-ssh-askpass
421 - Install ssh-agent setgid nobody to prevent ptrace() key theft attacks
428 - Add new {ssh,sshd}_config.5 manpages
429 - Add new ssh-keysign program and remove setuid from ssh client
485 - update to x11-ssh-askpass 1.2.4.1
526 - switch to x11-ssh-askpass 1.2.2
548 - add a fix from Markus Friedl (via openssh-unix-dev) for ssh-keygen not
626 - Redo patch to ssh-add to try to adding both identity and id_dsa to also try
631 - Use $RPM_OPT_FLAGS instead of -O when building gnome-ssh-askpass
698 - Change libexecdir from %%{_libexecdir}/ssh to %%{_libexecdir}/openssh.
706 - Update to ssh-askpass-x11 1.0.3.
710 - Patch ssh-keygen to be able to list signatures for DSA public key files
716 - Try setting SSH_ASKPASS if gnome-ssh-askpass is installed.
718 - Patch ssh-add to try to add both identity and id_dsa, and to error only
727 - Try to handle obsoletion of ssh-server more cleanly. Package names
781 - Updated for new gnome-ssh-askpass build