In this release (v1.11+) we're introducing time based sessions. It allows a user to request access to a connection during certain period.
Let's try this out, first create a connection and configure the review plugin
hoop admin create plugin review
hoop admin create conn bash \
--plugin 'review:admin' \
--agent default -- bash
The --plugin flag configures the plugin setting the admin as the approval group. Now try to request a time based session:
hoop connect bash --duration 1m
⣯ waiting ta
Free White Paper
TOTP (Time-Based One-Time Password) + Data Exfiltration Detection in Sessions: The Complete Guide
Architecture patterns, implementation strategies, and security best practices. Delivered to your inbox.
Andrios Robert
In this release (v1.11+) we're introducing time based sessions. It allows a user to request access to a connection during certain period.
Let's try this out, first create a connection and configure the review plugin