diff --git a/src/modules/base/start_chroot_script b/src/modules/base/start_chroot_script index fec9f61b..c782a1b1 100644 --- a/src/modules/base/start_chroot_script +++ b/src/modules/base/start_chroot_script @@ -38,6 +38,11 @@ fi if [ "$BASE_SSH_ENABLE" == "yes" ] then touch /boot/ssh + ### Fix SSH incoming + echo "IPQoS 0x00" >> /etc/ssh/sshd_config + + ### Fix SSH outcoing + echo "IPQoS 0x00" >> /etc/ssh/ssh_config fi # Store version buildbase