diff --git a/installer/install.sh b/installer/install.sh index 193f069c..3d1b3f85 100755 --- a/installer/install.sh +++ b/installer/install.sh @@ -144,6 +144,13 @@ EOF # Let's modify the sources list sed -i '/cdrom/d' /etc/apt/sources.list +# Let's make sure SSH roaming is turned off (CVE-2016-0777, CVE-2016-0778) +fuECHO "### Let's make sure SSH roaming is turned off." +tee -a /etc/ssh/ssh_config <