Skip to content

SSH (Secure Shell) #20

@lukasmay

Description

@lukasmay

Simulation Goal: Simulate a remote command execution and file transfer service. This tests secure access and often simulates attacker lateral movement or administrative tasks.

Simulation Steps:

  • Pull Image: Use an image with an SSH server installed (e.g., ubuntu with openssh-server).
  • Configure: Set up a test user and password, or copy SSH keys into the container.
  • Run Container: Start the container, mapping port 22 to a host port.
  • Verification: From the Workstation component or the host machine, use the ssh command-line client to connect and execute a simple command (e.g., ls).

Key Metrics/Outputs: Successful connection and command execution, server logs showing a successful user login.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions