ssh_shell_login
Automatically connect to an SSH device, detect locked session state, and unlock it to return a ready interactive shell.
Instructions
One-click SSH login: connect, detect PSH state, auto-unlock if locked, and return a ready session. Combines open + PSH detect + unlock into a single call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Unlock key/password. If not provided, uses the configured KeyProvider (file IPC or terminal prompt) | |
| device | No | Device name (optional, defaults to the active device) | |
| timeout | No | Unlock step delay in milliseconds (default: 1500) |