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

Use aes128-ctr if aes128-cbc isn't available #1242

Merged

Conversation

peterfeiner
Copy link
Contributor

The aes128-cbc cipher is deprecated and disabled by default on some
Linux distributions' SSH servers (e.g., on Ubuntu-16.04). This patch
changes copy_throughput to fallback to aes128-ctr if aes128-cbc isn't
available on the VMs.

The aes128-cbc cipher is deprecated and disabled by default on some
Linux distributions' SSH servers (e.g., on Ubuntu-16.04). This patch
changes copy_throughput to fallback to aes128-ctr if aes128-cbc isn't
available on the VMs.
@peterfeiner
Copy link
Contributor Author

@tedsta Please take a look.

@gareth-ferneyhough
Copy link
Contributor

LGTM

@gareth-ferneyhough gareth-ferneyhough merged commit d89b70d into GoogleCloudPlatform:master Dec 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants