key swap + ssh

This commit is contained in:
Harivansh Rathi 2026-03-31 18:16:06 -04:00
parent a711c9312d
commit 15f83e59aa
2 changed files with 3 additions and 1 deletions

View file

@ -18,7 +18,8 @@
netty = {
hostname = "152.53.195.59";
user = "rathi";
identityFile = "~/.ssh/id_ed25519";
identityFile = "~/.ssh/netty";
identitiesOnly = true;
};
"agentcomputer.ai" = {

View file

@ -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