From 40352175588e52463592ea08cd3ba1adff873f44 Mon Sep 17 00:00:00 2001 From: Franck Cuny <59291+fcuny@users.noreply.github.com> Date: Fri, 31 Jan 2025 13:41:53 -0800 Subject: fix configuration for SAPI --- nix/users/fcuny/work.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nix/users/fcuny/work.nix') diff --git a/nix/users/fcuny/work.nix b/nix/users/fcuny/work.nix index 996e4b9..f931d08 100644 --- a/nix/users/fcuny/work.nix +++ b/nix/users/fcuny/work.nix @@ -18,7 +18,8 @@ programs.fish = { shellAbbrs = { "ssh-sign-chi" = - "${pkgs.hashi}/bin/hashi -e chi1 sign --key=(op read 'op://employee/default rbx ssh key/public key'|psub) key"; + "${pkgs.hashi}/bin/hashi -e chi1 sign --output-path=/Users/fcuny/.ssh/cert-chi1 --key=(op read 'op://employee/default rbx ssh key/public key'|psub) key"; + "pssh" = "ssh -J chi1-jumpcontainer-es -o 'CertificateFile=~/.ssh/cert-chi1'"; }; }; } -- cgit v1.2.3