aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODOs.rst8
-rw-r--r--vps.scm4
2 files changed, 9 insertions, 3 deletions
diff --git a/TODOs.rst b/TODOs.rst
index 8f48b85..5a296ba 100644
--- a/TODOs.rst
+++ b/TODOs.rst
@@ -1,6 +1,14 @@
Tasks
=====
+.. _df87e340-4c35-469a-9bc1-fc57429a0b8e:
+
+TODO Change base image away from default SSH port
+-------------------------------------------------
+- TODO in 2021-01-16
+
+----
+
.. _723d9fcd-fdec-4f57-b774-2ed20599a714:
TODO Error when running ``/var/lib/certbot/renew-certificates`` on ``guix deploy``
diff --git a/vps.scm b/vps.scm
index 8e50521..bfd086e 100644
--- a/vps.scm
+++ b/vps.scm
@@ -486,8 +486,6 @@ pki " mail-domain " key \"" (tls-priv-for mail-domain) "\"")))
(host-name tld)
(system "x86_64-linux")
(user "andreh")
- (host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOwnnw/u8ub+kcQhnVSyNWarYGH8aesUwIy4SIprufKf")
- ;; FIXME: change away from the default port
- (port 22)))))
+ (host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOwnnw/u8ub+kcQhnVSyNWarYGH8aesUwIy4SIprufKf")))))
(list my-machine)