Skip to content
  • Leigh B Stoller's avatar
    Fix the empty password on the user account we create on the dell · 69c75587
    Leigh B Stoller authored
    switches, I must have forgot to deal with it.
    
    Basically, the FTOS manual says you can give it an MD5 or sha256 hash of
    the password. Well, FTOS must come from another dimension, cause the MD5
    and sha256 it generates, is different then what boss generates, for the
    same input string. So that makes it hard to set up an account with a
    password, unless I send over the cleartext. Which is okay, it stores it
    internally as the hash (I cannot seem to generate). So we send over the
    cleartext per-node root password that is regenerated for each time it is
    allocated to an experiment. Not a big deal, we load the user's ssh keys,
    they should not need to use passwords.
    69c75587