diff options
Diffstat (limited to 'deployment/machine')
| -rw-r--r-- | deployment/machine/ssh.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/machine/ssh.scm b/deployment/machine/ssh.scm index e7339b1..b63fde7 100644 --- a/deployment/machine/ssh.scm +++ b/deployment/machine/ssh.scm @@ -18,7 +18,7 @@ (safety-checks? #t) (port 22) (user "marek") - (identity #f) + (identity "./id_ed25519") (session (open-machine-ssh-session* (@@ (gnu machine ssh) this-machine-ssh-configuration))) - (host-key #f))) + (host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM0Eh0q54myeSEironEP9DEKl+ownYuH7oSgAVuLIDNt marek@aisaka"))) |
