4 lines
72 B
Plaintext
Raw Normal View History

2020-01-02 15:57:06 +00:00
#!/bin/sh
2020-01-02 16:00:19 +00:00
echo "$@" >> ~/.ssh/known_hosts
chmod 0664 ~/.ssh/known_hosts