.. _example_service_ssh_cipher_sshcipher: ########## Ssh Cipher ########## Test suite for validating SSH cipher options ****************************** SSH Connection Specific Cipher ****************************** Description =========== Sets the SSH service to only accept a single cipher (``AES256-CBC``) and checks that a client can connect to the remote server using that cipher. Later on, checks that it cannot connect using a different cipher. Scenario ======== .. include:: sshcipher/sshconnectionspecificcipher .. raw:: html
******************************* SSH Connection Multiple Ciphers ******************************* Description =========== Sets the SSH service to accept multiple ciphers (``AES256-CBC`` and ``AES128-CTR``) and checks that a client can connect to the remote server using any of the two ciphers. Later on, checks that it cannot connect using a different cipher. Scenario ======== .. include:: sshcipher/sshconnectionmultipleciphers .. raw:: html