diff --git a/ssh/.ssh/config b/ssh/.ssh/config index 4880383..4806621 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -19,3 +19,9 @@ host idlab hostname 10.10.193.39 port 22 identityfile ~/.ssh/idlab + +host kobo + user root + hostname 192.168.13.20 + port 22 + identityfile ~/.ssh/kobo diff --git a/ssh/.ssh/known_hosts b/ssh/.ssh/known_hosts index 4b2bbb6..30adff4 100644 Binary files a/ssh/.ssh/known_hosts and b/ssh/.ssh/known_hosts differ diff --git a/ssh/.ssh/kobo b/ssh/.ssh/kobo new file mode 100644 index 0000000..f3535a2 Binary files /dev/null and b/ssh/.ssh/kobo differ diff --git a/ssh/.ssh/kobo.pub b/ssh/.ssh/kobo.pub new file mode 100644 index 0000000..c75a1eb Binary files /dev/null and b/ssh/.ssh/kobo.pub differ