60c127d ipatests: fix / permissions to allow ssh with private key

Authored and Committed by frenaud 7 months ago
    ipatests: fix / permissions to allow ssh with private key
    
    The test test_ssh_key_connection is performing a ssh login
    with a private and this command may fail if the root directory
    does not have the right permissions on the ssh server
    (see https://access.redhat.com/solutions/6798261)
    
    Ensure that / has 755 before launching the test.
    
    Fixes: https://pagure.io/freeipa/issue/9607
    
    Signed-off-by: Florence Blanc-Renaud <flo@redhat.com>
    Reviewed-By: Francisco Trivino <ftrivino@redhat.com>