We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5735722 commit 6827c72Copy full SHA for 6827c72
src/modules/base/start_chroot_script
@@ -170,10 +170,10 @@ then
170
fi
171
touch /"${BASE_BOOT_MOUNT_PATH}"/ssh
172
### Fix SSH incoming
173
- echo "IPQoS 0x00" >> /etc/ssh/sshd_config
+ echo "IPQoS throughput" >> /etc/ssh/sshd_config
174
175
- ### Fix SSH outgoing
176
- echo "IPQoS 0x00" >> /etc/ssh/ssh_config
+ # Restart ssh
+ echo "IPQoS throughput" >> /etc/ssh/ssh_config
177
178
### Try and fix https://github.com/guysoft/OctoPi/issues/424
179
if [ -f "/lib/systemd/system/regenerate_ssh_host_keys.service" ]; then
0 commit comments