On 30/03/11 18:31 +0300, Phil Carmody wrote:
> 
> create_sshdconfig() {
>         if [ -e /etc/ssh/sshd_config ] ; then
> 
>          # lots of things that can modify /etc/ssh/sshd_config, 
>          # but which don't keep a backup anywhere.

I forgot to say that I'd determined that 

            if (dpkg --compare-versions "$oldversion" lt-nl 1:3.8p1-1 && \
                ! grep -iq ^UsePAM /etc/ssh/sshd_config) || \
               grep -Eiq '^(PAMAuthenticationViaKbdInt|RhostsAuthentication)' \
                 /etc/ssh/sshd_config ; then
                # Upgrade from pre-3.7: UsePAM needed to maintain standard
                # Debian configuration.

could not have kicked in on my system, so no backup would have been made.


Phil
-- 
I find the easiest thing to do is to k/f myself and just troll away
-- David Melville on r.a.s.f1



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to