Skip to main content
POST
/
api
/
v1
/
ssh-keys
/
{id}
/
test
Test SSH connection
curl --request POST \
  --url https://neo.api.projectdiscovery.io/api/v1/ssh-keys/{id}/test \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "success": true,
  "host": "<string>",
  "port": 123,
  "username": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.neo.projectdiscovery.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT authentication token

Path Parameters

id
string<uuid>
required

Response

SSH connection test result

message
string
required
success
boolean
required
host
string
port
integer
username
string