cd /tmp cp /etc/ssh/ /etc/ssh_bak/ wget https://openbsd.hk/pub/OpenBSD/OpenSSH/portable/openssh-7.6p1.tar.gz sudo apt-get remove openssh-server tar -zxvf openssh-7.6p1.tar.gz ./configure --prefix=/usr --sysconfdir=/etc/ssh --with-md5-passwords --with-privsep-path=/var/lib/sshd make make install service ssh restart
|