Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Add Host
ssh:add_host
Add a new host to the SSH management system.
Write
Medium risk
Create Key
ssh:create_key
Create a new SSH public key in the system.
Write
Medium risk
Create User
ssh:create_user
Create a new SSH user account.
Write
Medium risk
Delete Key
ssh:delete_key
Delete an SSH key permanently. This action cannot be undone.
Write
High risk
Get Key
ssh:get_key
Get details of a specific SSH key by ID.
Read
Low risk
Get User
ssh:get_user
Get details of a specific SSH user by ID.
Read
Low risk
List Hosts
ssh:list_hosts
List managed SSH hosts with filtering options.
Read
Low risk
List Keys
ssh:list_keys
List SSH keys with optional filtering.
Read
Low risk
List Sessions
ssh:list_sessions
List active and recent SSH sessions with filtering options.
Read
Low risk
List Users
ssh:list_users
List SSH users with optional filtering and search.
Read
Low risk
Remove Host
ssh:remove_host
Remove a host from SSH management. This will terminate any active sessions.
Write
High risk
Terminate Session
ssh:terminate_session
Forcefully terminate an active SSH session.
Write
Medium risk
Update User
ssh:update_user
Update an existing SSH user's details.
Write
Medium risk