[PATCH v3 6/6] news: Document recent OpenSSH authorized key file mgmt APIs

Michal Privoznik posted 6 patches 5 years, 2 months ago
[PATCH v3 6/6] news: Document recent OpenSSH authorized key file mgmt APIs
Posted by Michal Privoznik 5 years, 2 months ago
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
---
 NEWS.rst | 7 +++++++
 1 file changed, 7 insertions(+)

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()``,
-- 
2.26.2

Re: [PATCH v3 6/6] news: Document recent OpenSSH authorized key file mgmt APIs
Posted by Peter Krempa 5 years, 2 months ago
On Wed, Nov 18, 2020 at 14:34:24 +0100, Michal Privoznik wrote:
> Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
> ---
>  NEWS.rst | 7 +++++++
>  1 file changed, 7 insertions(+)

Reviewed-by: Peter Krempa <pkrempa@redhat.com>

Re: [PATCH v3 6/6] news: Document recent OpenSSH authorized key file mgmt APIs
Posted by Michal Privoznik 5 years, 2 months ago
On 11/18/20 3:31 PM, Peter Krempa wrote:
> On Wed, Nov 18, 2020 at 14:34:24 +0100, Michal Privoznik wrote:
>> Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
>> ---
>>   NEWS.rst | 7 +++++++
>>   1 file changed, 7 insertions(+)
> 
> Reviewed-by: Peter Krempa <pkrempa@redhat.com>
> 

I've pushed these. Thank you for all three rounds of review!

Michal