diff --git a/build-go.sh b/build-go.sh index b776f54..414d62c 100755 --- a/build-go.sh +++ b/build-go.sh @@ -13,7 +13,7 @@ V14="go1.4.3" bootstrap="${INSTALL}/bootstrap-${V14}" TGZ14="${V14}.tar.gz" -Vnew="go1.9.2" +Vnew="go1.11.1" TGZnew="${Vnew}.tar.gz" rm -rf ${INSTALL}/go* diff --git a/ssh-config.sh b/ssh-config.sh index c5d8b52..bee3490 100755 --- a/ssh-config.sh +++ b/ssh-config.sh @@ -75,6 +75,11 @@ PasswordAuthentication no PrintMotd no EOF +if [ "${UNAME}" = "OpenBSD" ]; then + sed -i '/UsePrivilegeSeparation/d' /etc/ssh/sshd_config + sed -i '/RSAAuthentication/d' /etc/ssh/sshd_config +fi + case ${UNAME} in Linux) cat <> /etc/ssh/sshd_config