[PATCH 0/6] Introduce OpenSSH authorized key file mgmt APIs

Michal Privoznik mprivozn at redhat.com
Tue Nov 10 15:11:40 UTC 2020


Marc-André posted a patch that implements agent handling. I've written
the rest.

Marc-André Lureau (1):
  qemu_agent: add qemuAgentSSH{Add,Remove,Get}AuthorizedKeys

Michal Prívozník (5):
  Introduce OpenSSH authorized key file mgmt APIs
  remote: Implement OpenSSH authorized key file mgmt APIs
  virsh: Expose OpenSSH authorized key file mgmt APIs
  qemu: Implement OpenSSH authorized key file mgmt APIs
  news: Document recent OpenSSH authorized key file mgmt APIs

 NEWS.rst                            |   6 ++
 docs/manpages/virsh.rst             |  37 +++++++
 include/libvirt/libvirt-domain.h    |  17 ++++
 src/driver-hypervisor.h             |  15 +++
 src/libvirt-domain.c                | 115 +++++++++++++++++++++
 src/libvirt_public.syms             |   6 ++
 src/qemu/qemu_agent.c               | 140 +++++++++++++++++++++++++
 src/qemu/qemu_agent.h               |  15 +++
 src/qemu/qemu_driver.c              |  81 +++++++++++++++
 src/remote/remote_daemon_dispatch.c |  82 +++++++++++++++
 src/remote/remote_driver.c          |  87 ++++++++++++++++
 src/remote/remote_protocol.x        |  34 ++++++-
 src/remote_protocol-structs         |  22 ++++
 tests/qemuagenttest.c               |  79 +++++++++++++++
 tools/virsh-domain.c                | 152 ++++++++++++++++++++++++++++
 15 files changed, 887 insertions(+), 1 deletion(-)

-- 
2.26.2




More information about the libvir-list mailing list