diff --git a/ssh/.ssh/config b/ssh/.ssh/config index e382efd..8599f8b 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -19,3 +19,9 @@ host kobo hostname 192.168.13.20 port 22 identityfile ~/.ssh/kobo + +host kathreftis + user root + hostname 192.168.13.47 + port 22 + identityfile ~/.ssh/kathreftis diff --git a/ssh/.ssh/kathreftis b/ssh/.ssh/kathreftis new file mode 100644 index 0000000..a9f7b6b Binary files /dev/null and b/ssh/.ssh/kathreftis differ diff --git a/ssh/.ssh/kathreftis.pub b/ssh/.ssh/kathreftis.pub new file mode 100644 index 0000000..c5752b8 Binary files /dev/null and b/ssh/.ssh/kathreftis.pub differ diff --git a/ssh/.ssh/known_hosts b/ssh/.ssh/known_hosts index b6fa3d8..c427f65 100644 Binary files a/ssh/.ssh/known_hosts and b/ssh/.ssh/known_hosts differ