Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
guysoft committed Mar 7, 2018
1 parent d0c259a commit d0fcef5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/modules/base/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0fcef5

Please sign in to comment.