From 162fc713c872e4848c8580cbaf12d6704c30096e Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Sat, 13 Aug 2022 14:11:38 +0200 Subject: [PATCH] updated caladan ssh port --- home/ssh/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/ssh/default.nix b/home/ssh/default.nix index b5ae837..bf1f84d 100644 --- a/home/ssh/default.nix +++ b/home/ssh/default.nix @@ -43,7 +43,7 @@ identitiesOnly = true; identityFile = "~/.ssh/id_rsa_yubikey.pub"; forwardAgent = true; - port = 2222; + port = 22; }; "fugu" = {