updated the lab-tool to use correct keys

This commit is contained in:
Geir Okkenhaug Jerstad 2025-07-03 22:49:35 +02:00
parent fef22d02b8
commit 62fabf835d
2 changed files with 31 additions and 21 deletions

View file

@ -25,6 +25,8 @@
(define (get-ssh-config machine-name)
"Get SSH configuration for a machine"
`((hostname . ,(symbol->string machine-name))
(user . "sma")
(identity-file . "~/.ssh/id_ed25519_admin")
(is-local . #f)))
(define (get-homelab-root)