.. _example_service_ssh_key-exchange_sshkeyexchange: ################ Ssh Key Exchange ################ Test suite for validating SSH access control options *************************** SSH Connection Key Exchange *************************** Description =========== Sets the SSH service with a single key exchange algorithm (``curve25519-sha256``) and checks that the client can connect to the remote server with that algorithm. Later, checks that using a different algorithm fails. Scenario ======== .. include:: sshkeyexchange/sshconnectionkeyexchange .. raw:: html
************************************** SSH Connection Key Exchange (multiple) ************************************** Description =========== Sets the SSH service with multiple key exchange algorithms (``curve25519-sha256`` and ``diffie-hellman-group-exchange-sha256``) and checks that the client can connect to the remote server with those algorithms. Later, checks that using a different algorithm fails. Scenario ======== .. include:: sshkeyexchange/sshconnectionkeyexchange(multiple) .. raw:: html