Files
infix/test/case/infix_services/ssh_key_authentication
Richard Alpe 28f67ff608 test: add topdoc dir to all test specifications
This should be a non functional change. The idea is to use the topdoc
dir from 9pm when generating the test report.

Signed-off-by: Richard Alpe <richard@bit42.se>
2025-01-21 15:02:11 +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


<<<