mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 20:43:02 +02:00
26 lines
653 B
Plaintext
26 lines
653 B
Plaintext
=== SSH Server Configuration
|
|
|
|
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/services/ssh/ssh_server_config]
|
|
|
|
==== Description
|
|
|
|
Test SSH server functionality with pre-defined key pair:
|
|
1. Enable/Disable SSH service.
|
|
2. Configure listen address and port.
|
|
3. Validate connectivity using static key pair.
|
|
|
|
==== Topology
|
|
|
|
image::topology.svg[SSH Server Configuration topology, align=center, scaledwidth=75%]
|
|
|
|
==== Sequence
|
|
|
|
. Setup topology and attach to the target
|
|
. Configure SSH server
|
|
. Wait until SSH server is ready to accept connections
|
|
. Verify SSH public keys
|
|
. Verify it is not possible to access SSH on other IP address
|
|
. Disable SSH server
|
|
|
|
|