[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] qemu-ga: add ssh-{add,remove}-authorized-keys
From: |
marcandre . lureau |
Subject: |
[PATCH 0/2] qemu-ga: add ssh-{add,remove}-authorized-keys |
Date: |
Wed, 14 Oct 2020 00:25:00 +0400 |
From: Marc-André Lureau <marcandre.lureau@redhat.com>
Hi,
Add two new commands to help modify ~/.ssh/authorized_keys.
Although it's possible already to modify the authorized_keys files via
file-{read,write} or exec, the commands are often denied by default, and the
logic is left to the client. Let's add specific commands for this job.
Fixes:
https://bugzilla.redhat.com/show_bug.cgi?id=1885332
Marc-André Lureau (2):
glib-compat: add g_unix_get_passwd_entry_qemu()
qga: add ssh-{add,remove}-authorized-keys
include/glib-compat.h | 24 +++
qga/commands-posix-ssh.c | 394 +++++++++++++++++++++++++++++++++++++++
qga/commands-win32.c | 10 +
qga/meson.build | 17 +-
qga/qapi-schema.json | 32 ++++
5 files changed, 476 insertions(+), 1 deletion(-)
create mode 100644 qga/commands-posix-ssh.c
--
2.28.0
- [PATCH 0/2] qemu-ga: add ssh-{add,remove}-authorized-keys,
marcandre . lureau <=
- [PATCH 1/2] glib-compat: add g_unix_get_passwd_entry_qemu(), marcandre . lureau, 2020/10/13
- [PATCH 2/2] qga: add ssh-{add,remove}-authorized-keys, marcandre . lureau, 2020/10/13
- Re: [PATCH 2/2] qga: add ssh-{add,remove}-authorized-keys, Daniel P . Berrangé, 2020/10/15
- Re: [PATCH 2/2] qga: add ssh-{add,remove}-authorized-keys, Eric Blake, 2020/10/19
- Re: [PATCH 0/2] qemu-ga: add ssh-{add,remove}-authorized-keys, no-reply, 2020/10/13
- Re: [PATCH 0/2] qemu-ga: add ssh-{add,remove}-authorized-keys, Michal Privoznik, 2020/10/14