Skip to content
  • Georges Racinet's avatar
    Testing production servers: working with SSH · c73d68dfb8ca
    Georges Racinet authored
    We've got a first test using SSH to pass.
    This required adaptation of the logic to load SSH keys.
    
    An important new requirement was to remove
    the key from the server at the end of the
    test session (quite contrary to what we
    want to do for speed on development instances), because
    it's just not acceptable for a key that *anyone can use*
    to stay associated to an user on a production server,
    even sandboxed (spam or worse).
    
    A nice side effect is that we will be actually testing the
    actual logic behind key registration (see foss.heptapod.net#97
    for a small incident involving that).
    
    --HG--
    branch : stable
    c73d68dfb8ca