Ssh

Setup ssh keys for remote access

Published on

To easily setup your public keys into freshly created servers, specially when copy and paste is limited like in proxmox web console you can benefit for one of your accounts in a public or private git servers reachable by your server like Forgejo, Github, and Gitlab.

They all have the same API where you can fetch your public keys under the pattern:

https://<git-server>/<username>.keys

Try it in your browser to see the output.