[Planetlab-devel] SFA and multiple keys

Scott Baker smbaker at gmail.com
Fri Sep 4 20:03:57 EDT 2009


The other part to the problem is what happens if you change your key
at PlanetLab... I haven't checked, do the upcalls exist to update the
corresponding GID when the PlanetLab record is updated?

Scott

On Fri, Sep 4, 2009 at 4:17 PM, Chris Tracy<chris at maxgigapop.net> wrote:
> Hi John,
>
> sfa-import-plc.py appears to only use the first key returned by
> PLCAPI's GetKeys, I was wondering about this as well but have not
> looked into it until now:
>
>    146         # get the user's private key from the SSH keys they have uploaded
>    147         # to planetlab
>    148         keys = shell.GetKeys(plc_auth, key_ids)
>    149         key = keys[0]['key']
>    150         pkey =convert_public_key(key)
>
> Since DSA keys are not supported by SFA, perhaps it would be better to
> import the first RSA key that can be found (if any)...?
>
> Cheers,
> -Chris
>
>
> On Fri, Sep 04, 2009 at 01:22:04PM -0700, John H. Hartman wrote:
>> What does the SFA do if I have multiple keys associated with my
>> PlanetLab account? I'm getting the following error:
>>
>>
>> sfa.util.xmlrpcprotocol.ServerException: : get_credential: Connection
>> Key GID mismatch: plc.arizona.jhh
>>
>>
>> which I assume is due to using the wrong key. I deleted all of my
>> PlanetLab keys except for one but I still get the error.
>>
>> John
>>
>> _______________________________________________
>> Devel mailing list
>> Devel at lists.planet-lab.org
>> https://lists.planet-lab.org/mailman/listinfo/devel
>
> --
> Chris Tracy
> Mid-Atlantic Crossroads (MAX)
> Office phone: 301.314.6655
> GPG key: 0xB3B9C93D
>
> _______________________________________________
> Devel mailing list
> Devel at lists.planet-lab.org
> https://lists.planet-lab.org/mailman/listinfo/devel
>
>



More information about the Devel mailing list