summaryrefslogtreecommitdiff
path: root/deployment
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2026-03-25 21:22:37 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2026-03-26 07:10:13 +0100
commitc8a4984d7e4cbe966b1b6530c53c2a23c45159b3 (patch)
treefc4bc7ba08a0c33fc2098d42b913d800c53b8c52 /deployment
parent9c1831b4d19e2f4e0ba454e219fabff40055744f (diff)
supply authentication information to aisaka deployment
Diffstat (limited to 'deployment')
-rw-r--r--deployment/machine/ssh.scm4
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")))