.. _example_service_ssh_mac_sshmac: ####### Ssh Mac ####### Test suite for validating SSH access control options *************************** SSH Connection Specific MAC *************************** Description =========== Sets the SSH service to only accept a single HMAC (``HMAC-SHA2-512``) and checks that a client can connect to the remote server using that MAC. Later, checks that using a different MAC does indeed fail. Scenario ======== .. include:: sshmac/sshconnectionspecificmac .. raw:: html
**************************** SSH Connection Multiple MACs **************************** Description =========== Sets the SSH service to accept multiple HMACs (``HMAC-SHA2-512`` and ``HMAC-SHA1``) and checks that a client can connect to the remote server using those MACs. Later on, checks that using a different MAC does indeed fail. Scenario ======== .. include:: sshmac/sshconnectionmultiplemacs .. raw:: html