-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
qemu_guest_agent: Add ssh-key injection support for windows #4129
base: master
Are you sure you want to change the base?
qemu_guest_agent: Add ssh-key injection support for windows #4129
Conversation
0e0517d
to
54c8983
Compare
ca6b48f
to
45d95be
Compare
45d95be
to
227c663
Compare
@leidwang could you please help review it when you're free? thanks |
227c663
to
153464c
Compare
@fbq815 @MiriamDeng @BohdanMar I'm not sure if you guys test Windows for qga or not, if not, it won't require any test, just please be aware of this support (send ssh-key to Windows/Linux via qga could be a non-network-option.) |
no windows guest is tested on s390x |
Windows is not supported on ppc side, please ignore ppc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Windows is not supported on ppc side. Thanks. |
Hi @vivianQizhu , Could you please help to review and merge this patch? |
6128af5
to
4fe12b3
Compare
Add public ssh-key injection support for windows. Linux had been supported already. Add script Install_config_OpenSSH.ps1 to prepare OPenSSH. Signed-off-by: Dehan Meng <[email protected]>
4fe12b3
to
4fe4cdc
Compare
- non_admin_user: | ||
only Windows | ||
guest_user = "nonadminuser" | ||
guest_user_passwd = "Redhat." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should move this line to internal too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a nonadminuser for no any real meaning. So I think it's okay to keep it here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As we discussed in slack, we should not add any password to github.
Add public ssh-key injection support for windows. Linux had been supported already.
ID: 2587
Signed-off-by: Dehan Meng [email protected]