Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There are three possible combination of Authentication methods.

Code Block
languagebash
-CredentialStoreAuthenticationMethod="password"
                                
 --- OR --- 
                            
    -CredentialStoreAuthenticationMethod="privatekey"
                            
     ---                           OR --- 
                                
-CredentialStoreAuthenticationMethod="password+privatekey"

<source>
                            
Code Block

example: additional parameters in notes section

...

...

todo: This is the explanation for this example.

Code Block
Data-Type : SOSOptionString
The default value for this parameter is  {*}privatekey{*}.
Use together with parameter:  
* [use_credential_Store|#use_credential_Store] - use credential store for authentication

This parameter is mandatory.
Alias: CS_AuthenticationMethod


h4. Parameter <span ih1. "CredentialStore_StoreType">CredentialStore_StoreType</span>: The Type of the crendential store application
----
At present only "KeePass" as CS DB is supported and only "KeePass" as valid parameter value is permitted.
Data-Type : SOSOptionString
The default value for this parameter is  {*}KeePass{*}.
Use together with parameter:  
* [use_credential_Store|#use_credential_Store] - use credential store for authentication

Alias: CS_StoreType


h4. Parameter <span id"CredentialStore_KeyPath">CredentialStore_KeyPath</span>: Path and Key for the credentials
----
This Option specifies the path of the Access key for the entry which has to be used for the credentials. 
Credential store can be accessed by the JADE using an private key or with password or combination of both. define the path/location of the ssh key file using this parameter. 
{code:language=bash}
                                

<source>
                            

...