From 265cf22f658093a6af311bc4acd12e3ecb5f8c8b Mon Sep 17 00:00:00 2001
From: Alan Nelson <alan.nelson@nebraska.edu>
Date: Tue, 25 May 2021 14:41:43 +0000
Subject: [PATCH] Add new server to alpine SSH client

---
 alpine-ssh-client/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/alpine-ssh-client/Dockerfile b/alpine-ssh-client/Dockerfile
index fa43f05..d3c8650 100644
--- a/alpine-ssh-client/Dockerfile
+++ b/alpine-ssh-client/Dockerfile
@@ -27,4 +27,5 @@ RUN mkdir -p ~/.ssh && chmod 700 ~/.ssh \
                       buros-apps.unl.edu,129.93.168.136 \
                       its-lrc2.unl.edu,129.93.168.197 \
                       its-ads-saml-proxy.unl.edu,129.93.168.174 \
+                      is-appstuq.unl.edu,129.93.138.30 \
                       >> ~/.ssh/known_hosts
-- 
GitLab