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

Add Provisioning.SshHostKeyPairType=auto to support ssh-keygen -A #786

Merged
merged 1 commit into from
Jul 6, 2017

Conversation

reyk
Copy link
Contributor

@reyk reyk commented Jun 23, 2017

The supported values are now rsa, dsa, ecdsa, ed25519, or auto. auto generates all supported host key types in the correct directory by calling ssh-keygen -A (supported since OpenSSH 5.9 in 2011). The code uses rsa for the thumbprint because only a single one is supported by the agent and the Azure protocol.

The supported values are now "rsa", "dsa", "ecdsa", "ed25519", or
"auto".  "auto" generates all supported host key types in the correct
directory by calling "ssh-keygen -A" (supported since OpenSSH 5.9 in
2011).  The code uses RSA for the thumbprint because only a single one
is supported by the agent and the Azure protocol.
@msftclas
Copy link

@reyk,
Thanks for having already signed the Contribution License Agreement. Your agreement was validated by Microsoft. We will now review your pull request.
Thanks,
Microsoft Pull Request Bot

@brendandixon
Copy link
Contributor

@reyk LGTM.

@brendandixon brendandixon merged commit 043e71d into Azure:master Jul 6, 2017
@brendandixon brendandixon added this to the 2.2.15 milestone Jul 6, 2017
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.

None yet

3 participants