Hacker News new | ask | show | jobs
by arty587 2394 days ago
I see, thay may prove helpful but it doesnt really answer my question, can you be more explicit about your answer ?
1 comments

You could generate a certificate for each user, but without the duplicate-cn option a user is only allowed 1 connection to the same server. You can also use username/password authentication instead of certificates, also in this case you'll need to set the duplicate-cn option to allow multiple connections from the same user to the same server, because in this case you use the option username-as-common-name and the CN (common name) will then be the username.
Thanks for the tips, I'll see what I can do. Good luck