diff --git a/home-manager/common/software/cli/ssh.nix b/home-manager/common/software/cli/ssh.nix index 967ade41..2ce4ab15 100644 --- a/home-manager/common/software/cli/ssh.nix +++ b/home-manager/common/software/cli/ssh.nix @@ -4,5 +4,8 @@ home.file.".ssh/config".text = '' Host 192.168.1.210 StrictHostKeyChecking no + Host nixos-vm-01 + IdentifyFile ~/.ssh/id_rsa + ForwardAgent yes ''; } \ No newline at end of file