SSH Events
Axis Security can send user activity logs related to SSH application access, to multiple log streaming services, such as Splunk and Syslog. These logs include the fields listed in the table below.
Activity Log Field | Description |
---|---|
SSHChannelRequest | The user asked to open a new SSH channel |
SshNewChannelAccepted | The new SSH channel was accepted by the remote server or client |
SshNewChannelRejected | The new SSH channel was rejected by the remote server or client |
SshNewChannelClosed | SSH channel was closed |
SshNewGlobalRequest | A new global request was submitted. The global request affects the state of the remote connection globally, independent of any channel. |
SSHShellCommand | A command was sent. Every time a user runs an SSH command, a command is sent |
Timeout | Session length has reached its limit as determined by the administrator |
Updated almost 3 years ago