#!/bin/sh

set -eu

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