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

OpenSSH 7.0 compatibility for kvm gitian build #109

Closed
wants to merge 1 commit into from
Closed

OpenSSH 7.0 compatibility for kvm gitian build #109

wants to merge 1 commit into from

Conversation

laanwj
Copy link
Contributor

@laanwj laanwj commented Dec 11, 2015

OpenSSH 7.0 no longer has dsa enabled by default:

debug1: Skipping ssh-dss key ./var/id_dsa for not in PubkeyAcceptedKeyTypes

This works around that. Another possibility would be to switch the key types but the other 'fast' key types such as ssh-ed25519 aren't consistently supported in the targeted Ubuntu versions, and that would require regenerating base images, so I think this is the best workaround.

@luke-jr tested it

@maflcko
Copy link
Contributor

maflcko commented Dec 11, 2015

@laanwj Haven't yet looked closely but is this relevant after #107?

@laanwj
Copy link
Contributor Author

laanwj commented Dec 11, 2015

I don't think so, although in your case the base images have to be regenerated, not a big deal I guess...

@laanwj laanwj closed this Dec 11, 2015
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.

2 participants