remove_credential
Remove stored SSH credentials from the SSH MCP Server to manage access securely and maintain credential hygiene for remote command execution.
Instructions
Remove a stored SSH credential
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}