kotlin-dsl/SshDeployer.xml [110:119]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    authMethod = customPrivateKey {
                        keyFile = "path/to/key/file"
                        username = "username"
                        passphrase = "credentialsJSON:******"
                    }
                }
            </code>
        </example>
        <example>
            <description>
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



kotlin-dsl/SshExec.xml [92:101]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    authMethod = customPrivateKey {
                        keyFile = "path/to/key/file"
                        username = "username"
                        passphrase = "credentialsJSON:******"
                    }
                }
            </code>
        </example>
        <example>
            <description>
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



