RE: [PATCH v6 0/2] Implement SSH commands in QEMU GA for Windows

2024-04-22 Thread Aidan Leuck
Subject: Re: [PATCH v6 0/2] Implement SSH commands in QEMU GA for Windows [Caution - External] Hi Aidan, I tried these patches with OpenSSH Server installed from Windows Features and public key authorization does not work. Guest OS Windows Server 2022. Do you expect to use OpenSSH from Windows

Re: [PATCH v6 0/2] Implement SSH commands in QEMU GA for Windows

2024-04-22 Thread Konstantin Kostiuk
Hi Aidan, I tried these patches with OpenSSH Server installed from Windows Features and public key authorization does not work. Guest OS Windows Server 2022. Do you expect to use OpenSSH from Windows Features or not? As OpenSSH Server is a build feature for Server 2022 and new versions of Windows

RE: [PATCH v6 0/2] Implement SSH commands in QEMU GA for Windows

2024-04-17 Thread Aidan Leuck
: Aidan Leuck Cc: qemu-devel@nongnu.org; phi...@linaro.org Subject: Re: [PATCH v6 0/2] Implement SSH commands in QEMU GA for Windows [Caution - External] Hi Aidan, Thank you for these patches. Currently, I don't have any comments. I asked QE from my team to test this patch and wait for feedback.

Re: [PATCH v6 0/2] Implement SSH commands in QEMU GA for Windows

2024-04-17 Thread Konstantin Kostiuk
uck > > -Original Message- > From: aidan_le...@selinc.com > Sent: Friday, March 29, 2024 9:32 AM > To: qemu-devel@nongnu.org > Cc: kkost...@redhat.com; phi...@linaro.org; Aidan Leuck < > aidan_le...@selinc.com> > Subject: [PATCH v6 0/2] Implement SSH commands in Q

RE: [PATCH v6 0/2] Implement SSH commands in QEMU GA for Windows

2024-04-16 Thread Aidan Leuck
24 9:32 AM To: qemu-devel@nongnu.org Cc: kkost...@redhat.com; phi...@linaro.org; Aidan Leuck Subject: [PATCH v6 0/2] Implement SSH commands in QEMU GA for Windows From: aidaleuc This patch aims to implement guest-ssh-add-authorized-keys, guest-ssh-remove-authorized-keys, and guest-ssh-get-autho

[PATCH v6 0/2] Implement SSH commands in QEMU GA for Windows

2024-03-29 Thread aidan_leuck
From: aidaleuc This patch aims to implement guest-ssh-add-authorized-keys, guest-ssh-remove-authorized-keys, and guest-ssh-get-authorized-keys for Windows. This PR is based on Microsoft's OpenSSH implementation https://github.com/PowerShell/Win32-OpenSSH. The guest agents will support Kubevirt