Sign inSign up

onepam/playground-ssh

By onepam

Updated 5 months ago

OnePAM Playground SSH — pre-configured OpenSSH server for testing PAM session recording

Image
Networking
Security
0

399

onepam/playground-ssh repository overview

OnePAM Playground — SSH

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.

Quick Start

docker run -d --name playground-ssh \
  -p 2222:22 \
  onepam/playground-ssh:latest

Connect with default credentials:

ssh demo@localhost -p 2222
# Password: demo

Features

  • Pre-configured OpenSSH server on Ubuntu 22.04
  • Default demo user with configurable credentials
  • Read-only root filesystem support
  • Minimal footprint (~85 MB)
  • Hardened sshd_config for playground use

Configuration

VariableDescriptionDefault
DEMO_USERUsername for the demo accountdemo
DEMO_PASSWORDPassword for the demo accountdemo

Use with OnePAM

This image is part of the OnePAM Playground — a suite of isolated demo targets for testing privileged access workflows:

Security

This image is designed for demo/testing purposes only. The container runs with:

  • read_only: true (immutable root filesystem)
  • no-new-privileges security option
  • All capabilities dropped except the minimum required
  • No outbound network access when used with the playground compose stack

Documentation

Full documentation: https://onepam.com/docs

License

Proprietary — https://onepam.com/terms

Tag summary

Content type

Image

Digest

sha256:e448f6892

Size

30.8 MB

Last updated

5 months ago

docker pull onepam/playground-ssh