From 4daa0d4648ba290bfe0b55b855c1abb2ed83c022 Mon Sep 17 00:00:00 2001 From: Alan Nelson <alan.nelson@nebraska.edu> Date: Tue, 11 Jan 2022 16:36:08 -0600 Subject: [PATCH] Add its-linstage2 --- alpine-ssh-client/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/alpine-ssh-client/Dockerfile b/alpine-ssh-client/Dockerfile index e8fe462..19fc9e4 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 \ -- GitLab