Skip to content

Instantly share code, notes, and snippets.

@wido
Created October 15, 2018 12:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wido/7ba8623bc5c230f0237240fb946c2340 to your computer and use it in GitHub Desktop.
Save wido/7ba8623bc5c230f0237240fb946c2340 to your computer and use it in GitHub Desktop.
Qemu Guest Agent SSH pubkey download
{ "execute": "guest-exec", "arguments": { "path": "/usr/bin/wget", "arg": ["-O", "/root/.ssh/authorized_keys", "http://zooi.widodh.nl/ssh/pubkey"]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment