What is Nostr?
matthew - retroedge.tech /
npub100t…6cuy
2024-09-09 19:25:35

matthew - retroedge.tech on Nostr: SSH Tip: To get the rsa public key from a PEM private key file, use this: ssh-keygen ...

SSH Tip:

To get the rsa public key from a PEM private key file, use this:

ssh-keygen -y -f key.pem > public_key.pub

You can then submit that public key to cloud providers, such as Digital Ocean.

To login with that key once the public key has been installed:

ssh -i ~/path-to/key.pem root@ip-address

#ssh #cloud
Author Public Key
npub100tfdsq0h23ayntnqwands9w8xslx4d2t72kk2jhf376g2tatx6qnv6cuy