refactor(ssh): centralize SSH config into ssh module

This commit is contained in:
2026-07-12 13:43:11 +02:00
parent 0fd3fe2570
commit beb894e97c
4 changed files with 34 additions and 22 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# `deploy` wrapper script that opens a short-lived SSH master process for
# `deploy-rs` to use so it works with hardware-backed key touch+PIN. assumes
# ControlPath ~/.ssh/socket-%r@%h:%p (see ./default.nix)
# ControlPath ~/.ssh/control/%C (see ../ssh/default.nix)
# extract the target host from the `deploy-rs` flake target (e.g. `.#hecuba`)
node=""