From b4f7e2b96c63504b4a949a67a80f88628d322dd9 Mon Sep 17 00:00:00 2001
From: Karl Semich <0xloem@gmail.com>
Date: Thu, 26 May 2016 19:50:58 -0400
Subject: add updating script, including to freenet

---
 backend/auth/ssh-config | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 backend/auth/ssh-config

(limited to 'backend/auth/ssh-config')

diff --git a/backend/auth/ssh-config b/backend/auth/ssh-config
new file mode 100644
index 0000000..384cf87
--- /dev/null
+++ b/backend/auth/ssh-config
@@ -0,0 +1,4 @@
+Host fairlystable-guest
+  Hostname fairlystable.org
+  User guest
+  IdentityFile auth/guest_id_rsa
-- 
cgit v1.2.3