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"; }; }; };