Mailinglist Archive: opensuse-security (520 mails)
| < Previous | Next > |
Re: [suse-security] how to check if sshd update was succesful?
- From: Martin Köhling <mk@xxxxxxxxxxxxxxxxxx>
- Date: Mon, 15 Jul 2002 10:59:57 +0200 (CEST)
- Message-id: <Pine.LNX.4.33.0207151054330.26715-100000@xxxxxxxxxxxxxxxxxx>
Hi!
On Sun, 14 Jul 2002, Dominik Schwald wrote:
> i updated the sshd on a SuSE 7.2 i386 Machine by installing
> openssh-2.9.9p2-103.i386.rpm and restarting sshd with
>
> echo "rcsshd stop; rcsshd start"|at now + 3 minutes
>
> as discribed in SuSE-SA:2002:024.
> Now i'd like to verify that i got the 'patched version' of sshd running.
> How can i do that?
Try something like
lsof | grep deleted
Deleted files that are still in use will show up like this:
ssh-agent 884 mk txt REG 3,7 485464 66421
/usr/bin/ssh-agent-RPMDELETE (deleted)
(Ooops - I just noticed I've still got an old copy of ssh-agent
running...:-))
Cheers,
Martin
On Sun, 14 Jul 2002, Dominik Schwald wrote:
> i updated the sshd on a SuSE 7.2 i386 Machine by installing
> openssh-2.9.9p2-103.i386.rpm and restarting sshd with
>
> echo "rcsshd stop; rcsshd start"|at now + 3 minutes
>
> as discribed in SuSE-SA:2002:024.
> Now i'd like to verify that i got the 'patched version' of sshd running.
> How can i do that?
Try something like
lsof | grep deleted
Deleted files that are still in use will show up like this:
ssh-agent 884 mk txt REG 3,7 485464 66421
/usr/bin/ssh-agent-RPMDELETE (deleted)
(Ooops - I just noticed I've still got an old copy of ssh-agent
running...:-))
Cheers,
Martin
| < Previous | Next > |