SSH workshop

FYI, upload of SSH public key can be done with curl. Example:

curl -X POST https://altona.macwheel.nl/ks/submit \
  -d "username=jd" \
  -d "full_name=John Doe" \
  -d "ssh_key=$(cat ~/.ssh/id_ed25519.pub)"

Reload this page

course url