Re: [vagrant-up] help with unable to ssh after Sierra upgrade

2016-10-11 Thread Alvaro Miranda Aguilera
Hello Here are some hints: https://www.solved.tips/sshconfig-line-7-bad-configuration-option-useroaming-macos-10-12-sierra/ It seems is not longer neeed, but on previous version was like a patch locally set ^ not sure, just thinking loud Alvaro. On Wed, Oct 12, 2016 at 6:50 AM, Kirstin Veltman

Re: [vagrant-up] help with unable to ssh after Sierra upgrade

2016-10-11 Thread Kirstin Veltman
Hi Alvaro, I did have the following for the config file: Kirstins-MacBook-Pro:CentOS7 Raven$ cat /Users/Raven/.ssh/config UseRoaming no I tried your suggestion of moving the config file out of the .ssh directory, and did "vagrant up" for the box just to see what would happen, and it worked wi

Re: [vagrant-up] help with unable to ssh after Sierra upgrade

2016-10-11 Thread Alvaro Miranda Aguilera
On Tue, Oct 11, 2016 at 8:59 AM, Kirstin Veltman wrote: > /Users/Raven/.ssh/config: line 1: Bad configuration option: useroaming Hello Can you share your .ss/config ? Its very clear telling us there is an error, and what you copy past it seems have a typo ie: useroaming Can you move the fil

Re: [vagrant-up] help with unable to ssh after Sierra upgrade

2016-10-11 Thread Kirstin Veltman
Hi Alvaro, I have now tried that, but it's giving me the same sort of error. ssh -i /Users/Raven/Vagrant/CentOS7/.vagrant/machines/default/virtualbox/private_key -p kirstin@localhost Kirstins-MacBook-Pro:CentOS7 Raven$ ssh -i /Users/Raven/Vagrant/CentOS7/.vagrant/machines/default/virtual

Re: [vagrant-up] help with unable to ssh after Sierra upgrade

2016-10-09 Thread Alvaro Miranda Aguilera
On Fri, Oct 7, 2016 at 7:53 AM, Kirstin Veltman wrote: > /Users/Raven/.ssh/config: terminating, 1 bad configuration options Hello Can create a new user in the host machine and test? it seems the error is on your user .ssh folder: /Users/Raven/.ssh/config: terminating, 1 bad configuration opti

[vagrant-up] help with unable to ssh after Sierra upgrade

2016-10-06 Thread Kirstin Veltman
Hi everyone, I've been having some trouble ssh-ing to VMs once I upgraded my Mac OS to Sierra. I'm using CentOS 7.1 (bento/centos-7.1 and centos/7) as my main VM, but I'm also having the same issue with Ubuntu (ubuntu/trusty64) and precise64 (hashicorp/precise64). When I do "vagrant up" or "vag