#!/bin/sh

set -eu

if [ ! -f "$HOME/.ssh/known_hosts" ]; then
    touch $HOME/.ssh/known_hosts
fi

chmod 600 $HOME/.ssh/known_hosts
