#!/bin/sh

set -euo

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