#304 Use FAS SSH key
Closed: Fixed None Opened 8 years ago by ryanlerch.

I logged into Pagure with my FAS account using OpenID, and my FAS account already has my SSH public key attached to it, and I expected Pagure to use the key that was already on my FAS account.

Is there a way that pagure could default to using the FAS public key? or is this a security issue?


Fixed in https://pagure.io/pagure/pull-request/311

Basically, we retrieve the ssh key from FAS and put it in your settings if your settings is empty.

This means:
- you can change your ssh key in FAS, it won't be reflected in pagure
- you can change your ssh key in Pagure, it won't be overridden (and therefore you can use a different key for FAS and for pagure)

Login to comment on this ticket.

Metadata