selfListSessions
List the few past sessions of your account
usage
--osh selfListSessions [OPTIONS]
- --detailed
Display more information about each session
- --limit LIMIT
Limit to LIMIT results
- --id ID
Only sessions having this ID
- --type TYPE
Only sessions of specified type (ssh, osh, ...)
- --allowed
Only sessions that have been allowed by the bastion
- --denied
Only sessions that have been denied by the bastion
- --after WHEN
Only sessions that started after WHEN,
WHEN can be a TIMESTAMP, or YYYY-MM-DD[@HH:MM:SS]
- --before WHEN
Only sessions that started before WHEN,
WHEN can be a TIMESTAMP, or YYYY-MM-DD[@HH:MM:SS]
- --host HOST
Only sessions connecting to remote HOST
- --to-port PORT
Only sessions connecting to remote PORT
- --user USER
Only sessions connecting using remote USER
- --via HOST
Only sessions that connected through bastion IP HOST
- --via-port PORT
Only sessions that connected through bastion PORT
Note that only the sessions that happened on this precise bastion instance will be shown, not the sessions from its possible cluster siblings.