From 914e1acb93801762189003b7bb36578dfdbb2c7e Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 1 Oct 2022 22:29:30 +0000 Subject: [PATCH] --- docs/docs/howto.md | 20 ++++++++++---------- docs/mkdocs.yml | 3 +-- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/docs/docs/howto.md b/docs/docs/howto.md index 3c677e8..d4bd1ec 100644 --- a/docs/docs/howto.md +++ b/docs/docs/howto.md @@ -235,16 +235,16 @@ In a pinch the keys could be moved / removed to another computer but this is mos How to generate a key and upload to digitalocean for using with droplet and saving to keepass - open puttygen - keep RSA change bits from 2048 to 4096 - click generate - mouse around - change key comment to serversubdomainname.onayanova.com (or whatever the actual subdomain / domain is for this key) - save the private key temporarily to a folder (it will end up in keepass as an attachment) - DO NOT SET A PASSWORD HERE, keepass will secure the key, there's no need for the extra password and this is all about saving time - copy the public key box text and go to digitalocean Settings -> Security SSH keys section and add it as a new saved public key named same subdomina.onayanova.com or as appropriate - can close puttygen at this point if ever need it can get teh public key from the private key file again in future - Use this when creating a droplet, OR you can manually add it later via text editor: https://docs.digitalocean.com/products/droplets/how-to/add-ssh-keys/to-existing-droplet/ +- open puttygen +- keep RSA change bits from 2048 to 4096 +- click generate +- mouse around +- change key comment to serversubdomainname.onayanova.com (or whatever the actual subdomain / domain is for this key) +- save the private key temporarily to a folder (it will end up in keepass as an attachment) +- DO NOT SET A PASSWORD HERE, keepass will secure the key, there's no need for the extra password and this is all about saving time +- copy the public key box text and go to digitalocean Settings -> Security SSH keys section and add it as a new saved public key named same subdomina.onayanova.com or as appropriate +- can close puttygen at this point if ever need it can get teh public key from the private key file again in future +- Use this when creating a droplet, OR you can manually add it later via text editor: https://docs.digitalocean.com/products/droplets/how-to/add-ssh-keys/to-existing-droplet/ (note, the public key format displayed in puttygen when you open or generate the private key in the public key box is the only one that works with ssh, not the format used when it's saved to a file from puttygen ) ### KeePass / KeeAgent diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index fe1a4a7..d67ac0a 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -41,8 +41,7 @@ nav: - 'Deploy AyaNova': 'deploy-ayanova.md' - 'Deploy QBI': 'deploy-qbi.md' - 'Deploy Rockfish': 'deploy-rockfish.md' -- Troubleshooting: - - 'How to misc': 'howto.md' +- How to: 'howto.md'