FreeBSD-SA-24:08.openssh для пользователей FreeBSD-STABLE

Aug 12, 2024 12:19

В продолжение темы.

На этот раз чуть проще, исправление затрагивает только непосредственно sshd:

fetch -o- https://security.FreeBSD.org/patches/SA-24:08/openssh.patch | sed '/version/,$d' > ~/openssh08.patch
cd /usr/src
patch < ~/openssh08.patch
cd secure/usr.sbin/sshd
make all install
service sshd restart

openssh, freebsd

Previous post
Up