Replies: 5 comments 6 replies
-
Hi, SFTPGo supports SSH user certificate authentication just like OpenSSH.
|
Beta Was this translation helpful? Give feedback.
-
Hi drakkan, I think Zach's first question was more to confirm the behavior, that if currently we configure BOTH user ca key and user cert, then SFTPGo is actually doing TWO validations:
If this is the case, then this discussion is can we remove the 2nd validation (user cert), and only do check using user ca public key (or depends on if user cert is added, if not, then just do user ca check) ? Regards |
Beta Was this translation helpful? Give feedback.
-
Understood, I am not implying the change is simple but just want to discuss what are the options we can go around implementing it (if we DO want to implement it) my thinking is we can split as 2 changes as i think they should have no inter-dependency
i can submit them as 2 feature requests, what do you think? side tracking a bit, i make myself as sponsor for this project sometime back, but i dun think github got deduct anything from my paypal account, not sure what happened. |
Beta Was this translation helpful? Give feedback.
-
maybe u miss the last part, as i mentioned i did try to sponsor this project, but github doesn't seem to be deducting my paypal account ... |
Beta Was this translation helpful? Give feedback.
-
I just updated the payment method from paypal to credit card, lets see if it works better. I didn't realize the sponsor payment is not going thru until recently. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks,
We tested SFTPGo with username/password and username/key login without any issue.
I would like to check if SFTPGo can support certificate base login. To be clear I am talking about certificate login for SFTP connection, not SSL certificate for httpd.
The use case is like we have CA server
From our point of view this method might be more scalable if we have many users and servers, so we can centrally manage the certs. Issuing of new client cert should not need to update individual server (I suppose the servers only need 1 time setup for CA cert/key).
I see in the config file there is trusted_user_ca_keys which i think might be related, but i am not sure how exactly is this configured.
Any advice is appreciated.
-Tse
Beta Was this translation helpful? Give feedback.
All reactions