Vincent Rubiolo
Vincent Rubiolo
Hi there, any news on this issue? Thanks.
@carlosduelo : thanks for the feedback. I can definitely send a PR against the doc. The first step would be to assemble a list of 'supported' distributions (or at least...
Following discussions on #10618 and #10578, I have checked my profile has the right parameters (attached): ``` 37 "SSHIPAddress": "vm-cloud", 38 "SSHUser": "vrubiolo", 39 "SSHKey": "~/.ssh/id_rsa-vm_cloud", 40 "SSHPort": 22, ```...
I am still interested in a fix for this but a workaround exists (enable the machine `root` account to allow provisioning). As per the instructions, I am refreshing this. /remove-lifecycle...
/remove-lifecycle stale
I am hitting the same issue with `JumpProxy` using Vagrant 2.2.6 (from vagrantup.com) on Fedora 30. Commenting out the `JumpProxy` directive allows Vagrant to proceed. Thanks to @Dovry and @blairlyrical...
Hi @dragetd, thanks for the additional information! Security-wise, I was thinking about `vagrant connect --ssh` or `vagrant connect` which expose ports of your machine to the outside world (agreed for...
Indeed, an actual ssh ELF binary is invoked in the AppImage (as I saw [above](https://github.com/hashicorp/vagrant/issues/10601#issuecomment-554290057)). I am unsure however about the relationship between this and what @dragetd [saw](https://github.com/hashicorp/vagrant/issues/10601#issuecomment-557617731) above though...
Hit the bug again today (Fedora 32, Vagrant 2.29) as I added an `Include` directive to my ssh config to split it into manageable chunks. The workaround from @fourjay does...
@unfulvio : thanks for the feedback. Which version of Vagrant are you using? I have found that mine does now allow the `/dev/null` workaround anymore (cf :arrow_up: )