Ship systemd config file for sshpassword support#42
Open
ydirson wants to merge 2 commits intoxenserver:masterfrom
Open
Ship systemd config file for sshpassword support#42ydirson wants to merge 2 commits intoxenserver:masterfrom
ydirson wants to merge 2 commits intoxenserver:masterfrom
Conversation
ydirson
added a commit
to xcp-ng/xcp
that referenced
this pull request
Apr 4, 2023
This should indeed be part of host-installer-startup, see xenserver/host-installer#42 Will need to be reverted when that PR is merged.
ydirson
added a commit
to xcp-ng/xcp
that referenced
this pull request
Apr 6, 2023
This should indeed be part of host-installer-startup, see xenserver/host-installer#42 Will need to be reverted when that PR is merged.
ydirson
added a commit
to xcp-ng/xcp
that referenced
this pull request
Apr 17, 2023
This should indeed be part of host-installer-startup, see xenserver/host-installer#42 Will need to be reverted when that PR is merged.
ydirson
added a commit
to xcp-ng/xcp
that referenced
this pull request
Apr 17, 2023
This should indeed be part of host-installer-startup, see xenserver/host-installer#42 Will need to be reverted when that PR is merged.
ydirson
added a commit
to xcp-ng/xcp
that referenced
this pull request
Apr 18, 2023
This should indeed be part of host-installer-startup, see xenserver/host-installer#42 Will need to be reverted when that PR is merged.
ydirson
added a commit
to xcp-ng/xcp
that referenced
this pull request
Apr 18, 2023
This should indeed be part of host-installer-startup, see xenserver/host-installer#42 Will need to be reverted when that PR is merged.
ydirson
added a commit
to xcp-ng/xcp
that referenced
this pull request
Apr 18, 2023
This should indeed be part of host-installer-startup, see xenserver/host-installer#42 Will need to be reverted when that PR is merged.
ydirson
added a commit
to xcp-ng/xcp
that referenced
this pull request
Apr 19, 2023
This should indeed be part of host-installer-startup, see xenserver/host-installer#42 Will need to be reverted when that PR is merged.
ydirson
added a commit
to xcp-ng/xcp
that referenced
this pull request
Jun 15, 2023
This should indeed be part of host-installer-startup, see xenserver/host-installer#42 Will need to be reverted when that PR is merged. Signed-off-by: Yann Dirson <yann.dirson@vates.fr>
ydirson
added a commit
to xcp-ng/create-install-image
that referenced
this pull request
Jun 15, 2023
This should indeed be part of host-installer-startup, see xenserver/host-installer#42 Will need to be reverted when that PR is merged. Signed-off-by: Yann Dirson <yann.dirson@vates.fr>
freddy77
reviewed
Dec 8, 2023
freddy77
previously approved these changes
Dec 15, 2023
Contributor
|
@ydirson I think you should add some reviewers to this PR |
Contributor
|
@freddy77 I don't think we have enough credentials on this repo for this. |
Contributor
Added some reviewer. |
Contributor
|
@ydirson can you rebase on |
The sshpassword commandline parameter is documented in doc/ but is implemented in this file which was not shipped as part of the installer itself. Signed-off-by: Yann Dirson <yann.dirson@vates.fr>
Suggested-by: Frediano Ziglio <frediano.ziglio@cloud.com> Signed-off-by: Yann Dirson <yann.dirson@vates.fr>
Contributor
Author
|
rebased |
freddy77
approved these changes
Jan 14, 2025
Contributor
|
@rosslagerwall @GeraldEV @liulinC can you review this? It has been pending for a huge time. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The sshpassword commandline parameter is documented in doc/ but
is implemented in this file which was not shipped as part of the
installer itself.