diff --git a/imagefiles/build-and-install-openssh.sh b/imagefiles/build-and-install-openssh.sh index 2d94d8b..a8b1d9a 100755 --- a/imagefiles/build-and-install-openssh.sh +++ b/imagefiles/build-and-install-openssh.sh @@ -2,7 +2,7 @@ set -ex -OPENSSH_ROOT=V_7_9_P1 +OPENSSH_ROOT=V_8_5_P1 cd /usr/src curl -LO https://github.com/openssh/openssh-portable/archive/${OPENSSH_ROOT}.tar.gz