OnePAM Playground SSH — pre-configured OpenSSH server for testing PAM session recording
399
Pre-configured OpenSSH server for testing privileged access management.
A hardened, isolated SSH target designed for the OnePAM playground environment. Use it to demo and test session recording, access policies, just-in-time credentials, and command filtering — all without touching production infrastructure.
docker run -d --name playground-ssh \
-p 2222:22 \
onepam/playground-ssh:latest
Connect with default credentials:
ssh demo@localhost -p 2222
# Password: demo
sshd_config for playground use| Variable | Description | Default |
|---|---|---|
DEMO_USER | Username for the demo account | demo |
DEMO_PASSWORD | Password for the demo account | demo |
This image is part of the OnePAM Playground — a suite of isolated demo targets for testing privileged access workflows:
| Image | Protocol |
|---|---|
| onepam/playground-ssh | SSH |
| onepam/playground-rdp | RDP |
| onepam/playground-postgres | PostgreSQL |
| onepam/playground-mysql | MySQL |
| onepam/playground-http | HTTP |
This image is designed for demo/testing purposes only. The container runs with:
read_only: true (immutable root filesystem)no-new-privileges security optionFull documentation: https://onepam.com/docs
Proprietary — https://onepam.com/terms
Content type
Image
Digest
sha256:e448f6892…
Size
30.8 MB
Last updated
5 months ago
docker pull onepam/playground-ssh