diff options
-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))))) |