Skip to content
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
merged 1 commit into from
Oct 22, 2019

Conversation

donoghuc
Copy link
Contributor

No description provided.

@donoghuc donoghuc requested review from K8med and a team as code owners October 19, 2019 00:19
@puppetcla
Copy link

CLA signed by all contributors.

@@ -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
Copy link
Contributor

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

@@ -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.
Copy link
Contributor

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 donoghuc force-pushed the document-no-ed25519-win branch from 4b0eae7 to a5a2d86 Compare October 21, 2019 23:22
@donoghuc donoghuc merged commit 03f6239 into puppetlabs:master 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants