-
Notifications
You must be signed in to change notification settings - Fork 44
ubuntu1404-desktop does not work with SSH agent forwarding on OS X #26
Comments
It seems this is only an issue within the desktop.
But in a
The desktop itself starts an The SSH environments in the desktop terminal where the problem occurs look like this:
and in the working SSH session from the host to the guest look like:
And on the host the ssh [email protected] -p 22 -o Compression=yes -o DSAAuthentication=yes -o LogLevel=FATAL -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o IdentitiesOnly=yes -i /Users/stefan/.vagrant.d/insecure_private_key -o ForwardAgent=yes So I think this Vagrant option only works with |
If I understand the following diagram right perhaps you have to
But it seems difficult to setup this automatically after a |
I'm using the ubuntu1404-desktop base image to create a VM with VMware Fusion on OS X. Basically, everything works, except SSH agent forwarding.
I've set it up correctly on the host, and I have added my key using:
Additionally, my key shows up when I run:
With another box (based on chef/ubuntu-14.04) it works, so apparently there is an issue with the base box. The actual effect is that if I run
it tells me that the permission was denied due to the public key.
My
Vagrantfile
is pretty straight-forward and looks like this:That's it. Any idea what might cause the problem?
The text was updated successfully, but these errors were encountered: