• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision5fdfe8f4fde384de95c26ead3360ab274b1b1209 (tree)
Time2018-11-27 09:49:25
Authormatsuand <matsuand@user...>
Commitermatsuand

Log Message

[BLFS] Added workaround to openssh.

Change Summary

Incremental Difference

--- a/BLFS/openssh.sh
+++ b/BLFS/openssh.sh
@@ -108,6 +108,12 @@ TimeEnd
108108
109109 sed -i "/#PermitRootLogin/a PermitRootLogin yes" /etc/ssh/sshd_config
110110
111+cat >> /etc/ssh/ssh_config << "EOF"
112+
113+# matsuand workaround
114+IPQoS 0x00
115+EOF
116+
111117 cd ..
112118 RemoveSrcDir
113119 PorgingDone