diff --git a/alpine-ssh-client/Dockerfile b/alpine-ssh-client/Dockerfile index e8fe462807fa1e7bb8733bf0a6ff183f822925db..19fc9e4425006deacfac43db29bf6ed35d4ddde2 100644 --- a/alpine-ssh-client/Dockerfile +++ b/alpine-ssh-client/Dockerfile @@ -18,6 +18,7 @@ RUN mkdir -p ~/.ssh && chmod 700 ~/.ssh \ && touch ~/.ssh/known_hosts && chmod 644 ~/.ssh/known_hosts \ && ssh-keyscan -H its-lampinteg1.unl.edu,129.93.168.14 \ its-lampstage1.unl.edu,129.93.168.50 \ + its-linstage2.unl.edu,129.93.169.147 \ its-lampprod1.unl.edu,129.93.168.36 \ its-linprod2.unl.edu,129.93.169.114 \ y1cap.unl.edu,129.93.169.153 \