summaryrefslogtreecommitdiff
path: root/aisaka.org
diff options
context:
space:
mode:
Diffstat (limited to 'aisaka.org')
-rw-r--r--aisaka.org15
1 files changed, 14 insertions, 1 deletions
diff --git a/aisaka.org b/aisaka.org
index 8098f04..4f23083 100644
--- a/aisaka.org
+++ b/aisaka.org
@@ -425,7 +425,20 @@ memory without overprovisioning, as well as to prolog the lifetime of SSD.
#+begin_src scheme :noweb-ref ssh-user-configuration
(simple-service 'ssh-configuration* home-files-service-type
- `((".ssh/config" ,(local-file "ssh.config"))))
+ `((".ssh/config" ,(plain-file "ssh-config" "\
+ <<ssh-config>>\n"))))
+#+end_src
+
+**** TODO SSH Configuration File
+
+#+begin_src bash :noweb-ref ssh-config
+ Host *.onion
+ ProxyCommand nc -x localhost:9050 -X5 %h %p
+
+ Host kynio.onion
+ User kynio
+ Hostname prnpi5oblk35gzcihbgu3227xvanisouxgbejri57bnzjawcksq4l7yd.onion
+ Port 22
#+end_src
* TODO Device Management