key swap + ssh (#17)
Some checks are pending
quality / changes (push) Waiting to run
quality / Flake Check (push) Blocked by required conditions
quality / Nix Format Check (push) Blocked by required conditions
quality / Deploy netty (push) Blocked by required conditions

This commit is contained in:
Hari 2026-03-31 19:20:51 -04:00 committed by GitHub
parent c1d1b2f219
commit a5fd2ff869
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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