-
Notifications
You must be signed in to change notification settings - Fork 223
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
(docs) Add known issue about ed25519 keys for windows #1337
Merged
Conversation
This file contains 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
CLA signed by all contributors. |
beechtom
reviewed
Oct 21, 2019
documentation/bolt_known_issues.md
Outdated
@@ -30,6 +30,17 @@ As a workaround, you can generate new keys with the ssh-keygen `-m PEM` flag. Fo | |||
|
|||
Interactive tools fail when run in a remote PowerShell session. For example, using `--password` to prompt for a password when running Bolt triggers an error. As a workaround, consider putting the password in `bolt.yaml` or an inventory file, or passing the password on the command line. ([BOLT-1075](https://tickets.puppetlabs.com/browse/BOLT-1075)) | |||
|
|||
## Unable to authenticate with ed25519 keys over SSH transport on windows |
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.
Suggested change
## Unable to authenticate with ed25519 keys over SSH transport on windows | |
## Unable to authenticate with ed25519 keys over SSH transport on Windows |
documentation/bolt_known_issues.md
Outdated
@@ -30,6 +30,17 @@ As a workaround, you can generate new keys with the ssh-keygen `-m PEM` flag. Fo | |||
|
|||
Interactive tools fail when run in a remote PowerShell session. For example, using `--password` to prompt for a password when running Bolt triggers an error. As a workaround, consider putting the password in `bolt.yaml` or an inventory file, or passing the password on the command line. ([BOLT-1075](https://tickets.puppetlabs.com/browse/BOLT-1075)) | |||
|
|||
## Unable to authenticate with ed25519 keys over SSH transport on windows | |||
|
|||
Using `ed25519` keys to authenticate over the SSH transport when using Windows bolt controllers is currently unsupported because the ed25519 gem is not installable on windows. The error message below is an example of an error message to expect. |
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.
Suggested change
Using `ed25519` keys to authenticate over the SSH transport when using Windows bolt controllers is currently unsupported because the ed25519 gem is not installable on windows. The error message below is an example of an error message to expect. | |
Using `ed25519` keys to authenticate over the SSH transport when using Windows bolt controllers is currently unsupported because the ed25519 gem is not installable on Windows. The error message below is an example of an error message to expect. |
Just adding consistent capitalization.
donoghuc
force-pushed
the
document-no-ed25519-win
branch
from
October 21, 2019 23:22
4b0eae7
to
a5a2d86
Compare
beechtom
approved these changes
Oct 22, 2019
DavidS
added a commit
to DavidS/puppet-module-gems
that referenced
this pull request
Jun 19, 2020
the ed25519 and bcrypt_pbkdf are required for ed25519 keys when using bolt, but the ed25519 gem fails building on windows in bolt and pdk native packaging. See https://tickets.puppetlabs.com/browse/BOLT-1296 and puppetlabs/bolt#1337 for details.
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.
No description provided.