static bool hasSSHPassword(S user, S host) { ret nempty(trim(loadTextFile(findSSHPasswordFile(user, host)))); }