From 39c0160aedec373379c163fef9fbf931e1dc204c Mon Sep 17 00:00:00 2001 From: FredzyW Date: Mon, 8 Apr 2024 08:09:32 +0200 Subject: [PATCH] Changed key name --- moduler/common/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moduler/common/ssh.nix b/moduler/common/ssh.nix index 7a7cc37..db10f2f 100644 --- a/moduler/common/ssh.nix +++ b/moduler/common/ssh.nix @@ -13,7 +13,7 @@ hostname = "wastring.com"; port = 55502; user = "fw"; - identityFile = "/home/fw/.ssh/id_ed25519"; + identityFile = "/home/fw/.ssh/id_rsa"; }; }; };