commit 792232c14e0d01c9effa6f7a4a36c57e48417802 Author: justmidi Date: Tue Sep 28 01:14:59 2021 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5d08045 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +id* +known_hosts diff --git a/config b/config new file mode 100644 index 0000000..a7fce97 --- /dev/null +++ b/config @@ -0,0 +1,3 @@ +Host * +# IdentityFile $SSH_ID + UserKnownHostsFile ${SSH_CONFIG}/known_hosts