Simplest way to store private SSH (RSA) Keys on NK3?

Update: this worked for me:

pkcs11-tool --login-type so --pin 12345678 --so-pin 12345678 -k --key-type RSA:2048 --slot 0

Although I’m still not sure how to access the generated keys via SSH.