I've actually been manually copying my keys from my host into the vagrant
guest, that seems to solve the permission denied issue. Probably not the
most secure thing to do, but it works.
But something did change in that aspect as this wasn't an issue previously.
On 18 October 2016 at 22:09, Burt S
Interesting this DSA vs RSA. It looks like openssl folks did a patch in
November 2011 that would fix a bug that showed up when using DSA keys
longer than 1024 (meaning 2048 or 3072 like per FIPS 186-3 from 2009.) But
openssh never caught on, and their ssh-keygen may barf on keys longer than
1024 wh
Its my xenial server. Oddly enough Im asking cos we couldnt get VPP to
build on another Centos box so I thought we would try the "tried and true"
method... vagrant.
So far not so good.
I dont have any issues pulling code from the host so seems like something
has changed ...
On Tue, Oct 18, 2016,
New theory... are you by chance running this VM on a Mac that is running
Mac OS X Sierra?
I ask, because Siera apparently handles loading keys into ssh-agent
differently, and so your personal
ssh keys may not propogate into your Vagrant. To fix it, try:
ssh-add -A
in Mac OS X Sierra before doin
In which case my theory is likely incorrect ;)
Ed
On Tue, Oct 18, 2016 at 5:23 PM, Keith Burns wrote:
> But aren't these RSA keys ?
>
> alagalah@thing1:~ $ cd .ssh
> alagalah@thing1:.ssh $ ll
> total 20K
> -rw--- 1 alagalah alagalah 1.6K May 31 04:49 authorized_keys
> -rw--- 1 alagalah
But aren't these RSA keys ?
alagalah@thing1:~ $ cd .ssh
alagalah@thing1:.ssh $ ll
total 20K
-rw--- 1 alagalah alagalah 1.6K May 31 04:49 authorized_keys
-rw--- 1 alagalah alagalah 3.2K Mar 8 2016 id_rsa
-rw-r--r-- 1 alagalah alagalah 744 Mar 8 2016 id_rsa.pub
On Tue, Oct 18, 2016 a
I didn't read to closely on it... but I suspect that over time it will
likely mean that everywhere you use DSA (not RSA) keys you will need to
replace (presuming I am correct... but replacing my old DSA keys with new
RSA keys did fix this issue for me in fd.io and in ODL).
Ed
On Tue, Oct 18, 201
Oooops, spoke to soon. Well Dang and Blast ...
I do use RSA keys ...
Does this mean that every place I have my public key I will need to change ?
On Tue, Oct 18, 2016 at 5:15 PM Keith Burns wrote:
> But Trusty works fine ... as in
>
> export VPP_VAGRANT_DISTRO="centos7"
> vagrant up
> (bang)
But Trusty works fine ... as in
export VPP_VAGRANT_DISTRO="centos7"
vagrant up
(bang)
vagrant destroy -f
unset VPP_VAGRANT_DISTRO
vagrant up
profit.
On Tue, Oct 18, 2016 at 5:02 PM Edward Warnicke wrote:
> At a guess... here's what I think is happening (because it bit me). DSA
> keys have re
At a guess... here's what I think is happening (because it bit me). DSA
keys have recently been deprecated. You may need to create a new
RSA key and add it to your keys in gerrit.
Ed
On Tue, Oct 18, 2016 at 4:56 PM, Keith Burns wrote:
> https://gist.github.com/aef7978ee4bbfc5848f0bdb775342eb8
https://gist.github.com/aef7978ee4bbfc5848f0bdb775342eb8
Trusty works fine even though the above complains about Gerrit keys.
Is this a problem with Gerrit or with the Vagrant system?
___
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mail
11 matches
Mail list logo