Connect to a remote server using RSA authentication.
Prerequisites
The system administrator must have provided the necessary elements for connecting to
         an RSA enabled server: RSA User, Keystore Password and RSA Keystore.
Task- In the Server View, select Studio
                  Preferences > SAP Sybase Event Stream Processor Studio > Run Test > Security
                  Settings. Studio displays the Security Settings
               screen. 
- Enter the following information: 
               - RSA User – Provide the user name of the keystore.
- Keystore Password – Provide the password of the keystore.
- RSA Keystore – Provide the name of the keystore file.
 
 
- Click Apply.
- Click Ok to exit Studio Preferences.
- Enter the following command to import the keystore to the PKCS12 type store: 
               $JAVA_HOME/bin/keytool  -importkeystore -srckeystore keystore.jks  -destkeystore keystore.p12 -deststoretype PKCS12
 
  Creates a PKCS12 keystore. 
- Enter the following command to extract a pem format private key: 
               openssl pkcs12 -in keystore.p12 -out keystore.private -nodes
 
  Creates a private key. 
- Copy the private key file to the directory where the keystore file is
               located.
- In the Server View, connect to a remote cluster using RSA authentication.