Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 395 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 395 Bytes

known_hosts

This repo contains SSH host keys of our servers.

Verify

ssh-keyscan -t ed25519 {{hostname}}

Setup

Modify github actions to install the known_hosts file

- uses: actions/checkout@v2
  with:
    repository: UM-LPM/known_hosts
    path: known_hosts

- name: Set known hosts
  run: install -D -m 400 known_hosts/known_hosts ~/.ssh/known_hosts