Interface SSHKeyStoreService


  • public interface SSHKeyStoreService
    Entry point API to access the SSHKeyStore
    • Field Detail

      • SSH_KEY_STORE_PARAM

        static final String SSH_KEY_STORE_PARAM
        Environment variable to load a custom SSHKeyStore on the system. It should be a valid className extending SSHKeyStore (e.g. -Dappformer.ssh.keystore=my.example.MySSHKeyStore. If the variable doesn't exist the default implementation of the SSHKeyStore will be loaded.
        See Also:
        Constant Field Values