#!/bin/sh

set -euo pipefail

printf '%s\n' "$@" >> $HOME/.ssh/known_hosts
