ssh_history
View and filter SSH command history across servers to audit past operations, troubleshoot issues, or analyze usage patterns.
Instructions
View SSH command history
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of commands to show (default: 20) | |
| server | No | Filter by server name | |
| success | No | Filter by success/failure | |
| search | No | Search in commands |
Implementation Reference
- src/tool-registry.js:56-73 (registration)'ssh_history' is listed in the TOOL_GROUPS.advanced array, indicating it is part of the advanced tool group for conditional registration based on configuration.// Advanced group (14 tools) - Advanced features advanced: [ 'ssh_deploy', 'ssh_execute_sudo', 'ssh_alias', 'ssh_command_alias', 'ssh_hooks', 'ssh_profile', 'ssh_connection_status', 'ssh_tunnel_create', 'ssh_tunnel_list', 'ssh_tunnel_close', 'ssh_key_manage', 'ssh_execute_group', 'ssh_group_manage', 'ssh_history' ] };