From dd8f0231f0605ca8fc9806a5a102a289f5a51a3e Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 26 Jun 2023 14:43:50 -0400 Subject: Update takemi. --- takemi.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/takemi.scm b/takemi.scm index 8a8c1a8..0b74473 100644 --- a/takemi.scm +++ b/takemi.scm @@ -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))))) -- cgit v1.2.3