mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
Let's drop the leading IETF or Infix prefixes from tests. Initially the idea was to mimnic the YANG models, but it's difficult to navigate and does not provide any real benefit to developers or end-users. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
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
|
|
|
|
|