mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 06:04:42 +00:00
key swap + ssh (#17)
This commit is contained in:
parent
c1d1b2f219
commit
a5fd2ff869
2 changed files with 3 additions and 1 deletions
|
|
@ -18,7 +18,8 @@
|
||||||
netty = {
|
netty = {
|
||||||
hostname = "152.53.195.59";
|
hostname = "152.53.195.59";
|
||||||
user = "rathi";
|
user = "rathi";
|
||||||
identityFile = "~/.ssh/id_ed25519";
|
identityFile = "~/.ssh/netty";
|
||||||
|
identitiesOnly = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
"agentcomputer.ai" = {
|
"agentcomputer.ai" = {
|
||||||
|
|
|
||||||
|
|
@ -137,6 +137,7 @@ restore_ssh_key() {
|
||||||
}
|
}
|
||||||
|
|
||||||
restore_ssh_key 'SSH Key - id_ed25519' 'id_ed25519'
|
restore_ssh_key 'SSH Key - id_ed25519' 'id_ed25519'
|
||||||
|
restore_ssh_key 'netty ssh key' 'netty'
|
||||||
|
|
||||||
restore_aws_credentials
|
restore_aws_credentials
|
||||||
restore_gcloud_adc
|
restore_gcloud_adc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue