Added quinto secrets and deploy-ssh keys

This commit is contained in:
marc
2024-12-22 16:05:01 +01:00
parent ab380782c3
commit a59c52a2a3
14 changed files with 60 additions and 21 deletions

View File

@@ -1,4 +1,18 @@
#+title: Hosts
* Setting up a new vult host
** Generate a password for your host
#+begin_src bash
pass generate samfelag/<host>
#+end_src
** Change the password in the host
Enter into the host via the vultr dashboard "View Console"
#+begin_src bash
passwd
#+end_src
** You can now ssh into the host with the new password
#+begin_src bash
ssh nixos@<host_public_ip>
#+end_src
* Setting up a new host
** Generate a host ssh key pair
Generate the key pair (we'll use the name `id_<host>`)