diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-05-12 16:46:08 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-05-12 16:46:08 -0700 |
| commit | 6221ff21474891e652af59081b141f24a4c49f0e (patch) | |
| tree | aacfb54d14a84e695bd2bdb2ebc74a344ac78f09 | |
| parent | theme for wezterm (diff) | |
| download | infra-6221ff21474891e652af59081b141f24a4c49f0e.tar.gz | |
fish alias to ssh to edge machines
| -rw-r--r-- | nix/users/fcuny/work.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nix/users/fcuny/work.nix b/nix/users/fcuny/work.nix index e90317c..4008daf 100644 --- a/nix/users/fcuny/work.nix +++ b/nix/users/fcuny/work.nix @@ -93,6 +93,8 @@ in "sjump-st2-snc2" = "${pkgs.customPackages.sapi}/bin/sapi jump sitetest2-snc2"; "sjump-st3" = "${pkgs.customPackages.sapi}/bin/sapi jump sitetest3"; "sjump" = "${pkgs.customPackages.sapi}/bin/sapi jump"; + "ssh-edge" = + "ssh -o StrictHostKeyChecking=no -o IdentitiesOnly=yes -J chi1-jumpcontainer-es -i (op read 'op://Infra-Compute-Edge-rks/ice_ssh-private-key/ice_rsa'|psub)"; }; in envAliases // additionalAliases; |
