Connect to SSH server
POST
/ssh/file_manager/ssh/connect
Connect to SSH server. Server: localhost:8084
Authorizations
bearerAuth
TypeHTTP (bearer)
Request Body
application/json
JSON
{
"sessionId": "string",
"ip": "string",
"port": 0,
"username": "string",
"password": "string",
"sshKey": "string",
"keyPassword": "string"
}
Responses
OK
application/json
JSON
{
"message": "string"
}