SSH Session Audit Data Reference
Learn about data captured and stored during audited SSH sessions
Last updated
Was this helpful?
Was this helpful?
{
"timestamp": "2026-06-01T07:55:07.272230122Z",
"event_type": "ssh.command.execute",
"session_id": "d8ejl9hejon6rvn9a590",
"identity": {
"username": "user1",
"email": "user@example.com",
"ip": "10.88.1.254"
},
"target": {
"host": "10.88.1.17",
"port": "22",
"username": "user1"
},
"data": {
"command": "echo \"Test\"",
"stdout": "Test",
"exit_code": 0
}
}