diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-04-30 09:37:33 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-04-30 09:37:47 -0700 |
| commit | 005feffbad161d2b98f9964323c922f4959bfaa4 (patch) | |
| tree | 11973fbb3af40c8890376c9b9bd9ca297ae6cba4 /nix/users | |
| parent | disable more GUI elements (diff) | |
| download | infra-005feffbad161d2b98f9964323c922f4959bfaa4.tar.gz | |
update ssh alias for prod host
Diffstat (limited to 'nix/users')
| -rw-r--r-- | nix/users/fcuny/work.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/users/fcuny/work.nix b/nix/users/fcuny/work.nix index 34da876..e376cf4 100644 --- a/nix/users/fcuny/work.nix +++ b/nix/users/fcuny/work.nix @@ -73,7 +73,7 @@ in } { name = "ssh-${env.alias}"; - value = "ssh -J chi1-jumpcontainer-es -o 'CertificateFile=~/.ssh/cert-${env.alias}'"; + value = "ssh -o StrictHostKeyChecking=no -J chi1-jumpcontainer-es -o 'CertificateFile=~/.ssh/cert-${env.alias}' root@"; } ]) environments ); |
