Files
rsync-deployments/hosts-add
T

4 lines
72 B
Bash

#!/bin/sh
echo "$@" >> ~/.ssh/known_hosts
chmod 0664 ~/.ssh/known_hosts