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

UM-LPM/known_hosts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published