From: Michal Privoznik Date: Tue, 10 Nov 2020 14:00:45 +0000 (+0100) Subject: news: Document recent OpenSSH authorized key file mgmt APIs X-Git-Tag: v6.10.0-rc1~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e068cdd5beb596c55661433038cb94c2deaf71c5;p=thirdparty%2Flibvirt.git news: Document recent OpenSSH authorized key file mgmt APIs Signed-off-by: Michal Privoznik Reviewed-by: Peter Krempa --- diff --git a/NEWS.rst b/NEWS.rst index 16e75c5c3f..8cccc07f52 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -24,6 +24,13 @@ v6.10.0 (unreleased) * **New features** + * qemu: Implement OpenSSH authorized key file management APIs + + New APIs (``virDomainAuthorizedSSHKeysGet()`` and + ``virDomainAuthorizedSSHKeysSet()``) and virsh commands + (``get-user-sshkeys`` and ``set-user-sshkeys``) are added to manage + authorized_keys SSH file for user. + * hyperv: implement new APIs The `virDomainGetMaxMemory()``, ``virDomainSetMaxMemory()``,