Added quinto secrets and deploy-ssh keys
This commit is contained in:
@@ -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>`)
|
||||
|
||||
Reference in New Issue
Block a user