
I trying out the core server and I want the user to have private keys, but so far I haven't been successful, maybe some kindly soul out there may spare a couple of minutes

What I have done so far:
Domain Properties:
- I have created a self signed certificate.
- Allow key authentication = true
- Key authentication only = true
- Force password with keys = false
User Details:
- ssh pub cert is c:\tmp
- I have genereated a Key Pair (c:\tmp, priv, pub, password, 1024)
- User does not require key... = false
That should be correct so far??
What I really don't have a clue of is how to use the key.
what kind of client should I use?
So far I have tried to use Filezilla without success.
As filezilla seems to be unable to add the priv key I also tried Pageant and that can't either load the priv key.
Ideas suggestions?
Thanks!
(I will try out winscp as a next step, do I really have to force the user to use a specific client?)