mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-29 12:13:01 +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>
22 lines
549 B
Plaintext
22 lines
549 B
Plaintext
=== Generate ssh key pair
|
|
|
|
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/services/ssh/ssh_key_authentication]
|
|
|
|
==== Description
|
|
|
|
Verify that 'guest' user can fetch data using only the 'public' key
|
|
|
|
==== Topology
|
|
|
|
image::topology.svg[Generate ssh key pair topology, align=center, scaledwidth=75%]
|
|
|
|
==== Sequence
|
|
|
|
. Connect to the target device
|
|
. Create a guest user on the target device
|
|
. Wait until SSH server is ready to accept connections
|
|
. Write private key to a temporary file
|
|
. Verify it is possible to fetch syslog data using public key
|
|
|
|
|