Skip to content
Snippets Groups Projects
Commit c6ec1020 authored by Alan Nelson's avatar Alan Nelson
Browse files

Add IPs to known_hosts

parent 1cb6435f
Branches
Tags
1 merge request!50Add IPs to known_hosts
...@@ -16,13 +16,13 @@ RUN apk add --no-cache openssh-client ca-certificates rsync ...@@ -16,13 +16,13 @@ RUN apk add --no-cache openssh-client ca-certificates rsync
RUN mkdir -p ~/.ssh && chmod 700 ~/.ssh \ RUN mkdir -p ~/.ssh && chmod 700 ~/.ssh \
&& touch ~/.ssh/known_hosts && chmod 644 ~/.ssh/known_hosts \ && touch ~/.ssh/known_hosts && chmod 644 ~/.ssh/known_hosts \
&& ssh-keyscan its-lampinteg1.unl.edu\ && ssh-keyscan -H its-lampinteg1.unl.edu,129.93.168.14 \
its-lampstage1.unl.edu \ its-lampstage1.unl.edu,129.93.168.50 \
its-lampprod1.unl.edu \ its-lampprod1.unl.edu,129.93.168.36 \
its-linprod2.unl.edu \ its-linprod2.unl.edu,129.93.169.114 \
y1cap.unl.edu \ y1cap.unl.edu,129.93.169.153 \
passel2.unl.edu \ passel2.unl.edu,129.93.168.221 \
buros-apps.unl.edu \ buros-apps.unl.edu,129.93.168.136 \
its-lrc2.unl.edu \ its-lrc2.unl.edu,129.93.168.197 \
its-ads-saml-proxy.unl.edu \ its-ads-saml-proxy.unl.edu,129.93.168.174 \
>> ~/.ssh/known_hosts >> ~/.ssh/known_hosts
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment