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