From 462ca6da285762457640e933bcff84c4ee4034ca Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Wed, 1 Nov 2023 10:22:16 +0100 Subject: [PATCH] Update shell script --- sbcl-nginx.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sbcl-nginx.yml b/sbcl-nginx.yml index 633440e..c45400f 100644 --- a/sbcl-nginx.yml +++ b/sbcl-nginx.yml @@ -342,6 +342,8 @@ write_files: #!/bin/bash /bin/bash /home/cl/setup_git.sh /bin/bash /home/cl/setup_repos.sh + ssh-keygen -t ed25519 -C 'u1.metalisp' -f ~/.ssh/id_ed25519 -N '' + mkdir -p ~/www/u1/docs/ - path: /home/cl/.tmux.conf owner: 'cl:cl' @@ -464,4 +466,3 @@ runcmd: # Restart the SSH server to apply the new configuration - systemctl restart sshd - sudo -u cl /bin/bash /home/cl/setup_user_all.sh - - sudo -u cl ssh-keygen -t ed25519 -C "u1.metalisp" -f ~/.ssh/id_ed25519 -N ""