updated the lab-tool to use correct keys
This commit is contained in:
parent
fef22d02b8
commit
62fabf835d
2 changed files with 31 additions and 21 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue