From c3bacf3e1d2eaf20e9b194fc913a0e1871634856 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 30 Jan 2013 22:26:30 -0800 Subject: [PATCH] Improved error message for bad SSH key encryption [GH-1211] --- templates/locales/en.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/locales/en.yml b/templates/locales/en.yml index d1fc26199..edb73de7c 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -235,7 +235,10 @@ en: ssh_key_type_not_supported: |- The private key you're attempting to use with this Vagrant box uses an unsupported encryption type. The SSH library Vagrant uses does not support - this key type. Please use `ssh-rsa` or `ssh-dss` instead. + this key type. Please use `ssh-rsa` or `ssh-dss` instead. Note that + sometimes keys in your ssh-agent can interfere with this as well, + so verify the keys are valid there in addition to standard + file paths. ssh_not_ready: |- The provider for this Vagrant-managed machine is reporting that it is not yet ready for SSH. Depending on your provider this can carry