From e93c4f732cd35f7bd06e28091d7e907cc463f867 Mon Sep 17 00:00:00 2001 From: Alan Nelson <alan.nelson@nebraska.edu> Date: Thu, 23 Jan 2025 10:11:11 -0600 Subject: [PATCH] Add polling app vm --- alpine-ssh-client/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/alpine-ssh-client/Dockerfile b/alpine-ssh-client/Dockerfile index b72b21c..b0b475b 100644 --- a/alpine-ssh-client/Dockerfile +++ b/alpine-ssh-client/Dockerfile @@ -36,5 +36,6 @@ RUN mkdir -p ~/.ssh && chmod 700 ~/.ssh \ its-lampinteg2.unl.edu,144.216.202.38 \ its-lampstage2.unl.edu,144.216.202.43 \ its-lampprod2.unl.edu,144.216.202.44 \ + its-lampprod3.unl.edu,144.216.202.55 \ its-ads-museum-reservations1.unl.edu,144.216.202.10 \ >> ~/.ssh/known_hosts -- GitLab