Aqualogic ESB SFTP issue
Does anybody have experience with SFTP in aqualogic ESB? I have aqualogic 3.0 proxy service trying to do SFTP to a solaris 2.9 box. The related document is here: http://edocs.bea.com/alsb/docs30/security/transport_level.html#wp1068097. I tried to use the "Public Key" approach.
I already have a jks key store defined in weblogic server. In ESB, I specify a service key provider. The document says "place the public key in a $HOME/.ssh/authorized_keys file on that system". I am wondering how I can extract the public key from my jks key store, and define it in the authorized_keys file. It looks like the authorized_keys file accepts the public key generated by ssh-keygen in unix environment. If I use java keytool to do export and put the exported key to that file, it always complain ssh error.
Could anybody help? Thanks in advance!