kotlin-dsl/SshDeployer.xml [61:70]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    authMethod = uploadedKey {
                        username = "username"
                        passphrase = "credentialsJSON:******"
                        key = "id_rsa"
                    }
                }
            </code>
        </example>
        <example>
            <description>
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



kotlin-dsl/SshExec.xml [50:59]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    authMethod = uploadedKey {
                        username = "username"
                        passphrase = "credentialsJSON:******"
                        key = "id_rsa"
                    }
                }
            </code>
        </example>
        <example>
            <description>
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



