diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bbbda57 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +ssh/id_rsa +ssh/id_rsa.pub +ssh/known_hosts +ssh/known_hosts.old diff --git a/ssh/authorized_keys b/ssh/authorized_keys new file mode 100644 index 0000000..e69de29 diff --git a/ssh/config b/ssh/config new file mode 100644 index 0000000..04698ee --- /dev/null +++ b/ssh/config @@ -0,0 +1,7 @@ +Host mail + HostName mail.yiff.technology +Host mk + User root + HostName mk.yiff.technology +Host * + User kitty