From 0c194c1531fb618a8a37d1063a7f50df3f75e95d Mon Sep 17 00:00:00 2001 From: Alan Nelson <alan.nelson@nebraska.edu> Date: Mon, 8 Apr 2024 11:26:59 -0500 Subject: [PATCH] Add new Mesonet hosts --- alpine-ssh-client/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/alpine-ssh-client/Dockerfile b/alpine-ssh-client/Dockerfile index 9cb3d7c..147bf2b 100644 --- a/alpine-ssh-client/Dockerfile +++ b/alpine-ssh-client/Dockerfile @@ -31,4 +31,6 @@ RUN mkdir -p ~/.ssh && chmod 700 ~/.ssh \ is-appstuq.unl.edu,129.93.138.30 \ its-foodborne.unl.edu,144.216.202.4 \ its-linprodjob1.unl.edu,10.1.6.31 \ + nllagsnweb001xp.unl.edu,144.216.202.49 \ + nllagsnapp001xp.unl.edu,10.180.32.83 \ >> ~/.ssh/known_hosts -- GitLab