From a5fd2ff869a1ac8aec2afa218c05d6fd839b4a9d Mon Sep 17 00:00:00 2001 From: Hari <73809867+harivansh-afk@users.noreply.github.com> Date: Tue, 31 Mar 2026 19:20:51 -0400 Subject: [PATCH] key swap + ssh (#17) --- home/ssh.nix | 3 ++- scripts/restore-bw-files.sh | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/home/ssh.nix b/home/ssh.nix index d384ab1..9974678 100644 --- a/home/ssh.nix +++ b/home/ssh.nix @@ -18,7 +18,8 @@ netty = { hostname = "152.53.195.59"; user = "rathi"; - identityFile = "~/.ssh/id_ed25519"; + identityFile = "~/.ssh/netty"; + identitiesOnly = true; }; "agentcomputer.ai" = { diff --git a/scripts/restore-bw-files.sh b/scripts/restore-bw-files.sh index 20d5bc0..57eb369 100755 --- a/scripts/restore-bw-files.sh +++ b/scripts/restore-bw-files.sh @@ -137,6 +137,7 @@ restore_ssh_key() { } restore_ssh_key 'SSH Key - id_ed25519' 'id_ed25519' +restore_ssh_key 'netty ssh key' 'netty' restore_aws_credentials restore_gcloud_adc