ssh_shell_login
Log into an embedded device over SSH with one call: connect, detect if the session is locked, auto-unlock with a key, and get a ready shell session.
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) |