Settings

Theme

Show HN: Simple Technique to Audit/Replay All SSH Sessions

github.com

1 points by cloudposse 9 years ago · 1 comment

Reader

cloudposseOP 9 years ago

The `sudo` command that ships with most Linux distributions has the native ability to record and replay entire sessions (both interactive and non-interactive). The `sudoreplay` command can replay those sessions (even sessions inside of `vim`).

Using the `sudosh` command as a user's login shell, you can force all sessions to be recorded. This is especially useful for bastion hosts or production systems.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection