Lines Matching refs:sshd
92 - Removed patches that included /etc/pam.d/sshd, /sbin/init.d/rc.sshd, and
93 /var/adm/fillup-templates/rc.config.sshd, since Damien merged these into
162 install -m644 contrib/sshd.pam.generic $RPM_BUILD_ROOT/etc/pam.d/sshd
163 install -m744 contrib/suse/rc.sshd $RPM_BUILD_ROOT/etc/init.d/sshd
177 /usr/sbin/groupadd -g %{sshd_gid} -o -r sshd 2> /dev/null || :
178 /usr/sbin/useradd -r -o -g sshd -u %{sshd_uid} -s /bin/false -c "SSH Privilege Separation User" -d /var/lib/sshd sshd 2> /dev/null || :
182 %{fillup_and_insserv -n -y ssh sshd}
189 %stop_on_removal sshd
192 %restart_on_update sshd
203 %attr(0644,root,root) %config(noreplace) /etc/pam.d/sshd
204 %attr(0755,root,root) %config /etc/init.d/sshd
213 %attr(0755,root,root) %{_sbindir}/sshd
232 %attr(0644,root,root) %doc %{_mandir}/man8/sshd.8*