Re: FreeBSD Security Advisory FreeBSD-SA-24:04.openssh

Tatsuki Makino <[email protected]> Tue, 2 Jul 2024 07:15:14 +0900
Newsgroups gmane.os.freebsd.security.general
Message-ID <SI2PR01MB5036E9D29DDDAAB51658D475FAD32@SI2PR01MB5036.apcprd01.prod.exchangelabs.com>
Hello.

Andrea Venturoli wrote on 2024/07/02 01:54:
> Would the following be enough to close this vulnerability?
> 
>> cd /usr/src/secure/usr.sbin/ssh
>> make install
>> service sshd restart
> 

I think the directory is here.
cd /usr/src/secure/lib/libssh

However, although I have applied it to 12.4-STABLE :)
It seems that it will update the libprivatessh.so, restart sshd, and it will be done.

Regards.