diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-06-26 14:43:50 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-06-26 14:43:50 -0400 |
commit | dd8f0231f0605ca8fc9806a5a102a289f5a51a3e (patch) | |
tree | 01b2b37ab581b2ad2668d3cd85853707a5cd8eb5 | |
parent | 1235f9c7d67014c25c85872cd4e009a66a261bd2 (diff) |
Update takemi.
-rw-r--r-- | takemi.scm | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -73,6 +73,10 @@ (service openssh-service-type (openssh-configuration (password-authentication? #f) + ;; So I can forward ports from my local host to + ;; the server and have the ports accessible from + ;; the internet. + (gateway-ports? #t) (authorized-keys `(("dave" ,dave-pub-key) ("publish" ,dave-pub-key))))) |