This commit is contained in:
2022-10-01 22:29:30 +00:00
parent 5557a7749f
commit 914e1acb93
2 changed files with 11 additions and 12 deletions

View File

@@ -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

View File

@@ -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'