From 4f57663316b141467a9c92b3721dcf580eb3b274 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 13 Dec 2023 20:35:50 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/ssh.nix | 3 +++ 1 file changed, 3 insertions(+) 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