Files
infix/test/case/infix_services/ssh_key_authentication
Tobias Waldekranz 0b2f53e3b4 test: ssh_*: Wait for server start before further testing commences
On slow systems, we don't want test steps involving tools like scp or
ssh-keyscan to fail because the server had not come up yet.

Therefore, make sure that the server is ready to accept connections
before moving on to subsequent test steps.
2025-01-22 20:32:33 +01:00
..

=== Generate ssh key pair
==== Description
Verify that 'guest' user can fetch data using only the 'public' key

==== Topology
ifdef::topdoc[]
image::{topdoc}../../test/case/infix_services/ssh_key_authentication/topology.svg[Generate ssh key pair topology]
endif::topdoc[]
ifndef::topdoc[]
ifdef::testgroup[]
image::ssh_key_authentication/topology.svg[Generate ssh key pair topology]
endif::testgroup[]
ifndef::testgroup[]
image::topology.svg[Generate ssh key pair topology]
endif::testgroup[]
endif::topdoc[]
==== Test sequence
. Connect to the target device
. Create a guest user on the target device
. Write private key to a temporary file
. Verify it is possible to fetch syslog data using public key


<<<