comparison debian/dropbear.postinst @ 450:c23c7f0f594c

Use the -W <windowsize> argument in startup scripts, with a default of 64kB
author Matt Johnston <matt@ucc.asn.au>
date Wed, 25 Jul 2007 15:44:50 +0000
parents 654bc8327787
children 8c2d2edadf2a
comparison
equal deleted inserted replaced
449:3e6c536bc023 450:c23c7f0f594c
52 # RSA hostkey file (default: /etc/dropbear/dropbear_rsa_host_key) 52 # RSA hostkey file (default: /etc/dropbear/dropbear_rsa_host_key)
53 #DROPBEAR_RSAKEY="/etc/dropbear/dropbear_rsa_host_key" 53 #DROPBEAR_RSAKEY="/etc/dropbear/dropbear_rsa_host_key"
54 54
55 # DSS hostkey file (default: /etc/dropbear/dropbear_dss_host_key) 55 # DSS hostkey file (default: /etc/dropbear/dropbear_dss_host_key)
56 #DROPBEAR_DSSKEY="/etc/dropbear/dropbear_dss_host_key" 56 #DROPBEAR_DSSKEY="/etc/dropbear/dropbear_dss_host_key"
57
58 # Receive window size - this is a tradeoff between memory and
59 # network performance
60 DROPBEAR_RECEIVE_WINDOW=65536
57 EOT 61 EOT
58 fi 62 fi
59 63
60 if test -x /etc/init.d/dropbear; then 64 if test -x /etc/init.d/dropbear; then
61 update-rc.d dropbear defaults >/dev/null 65 update-rc.d dropbear defaults >/dev/null