> i have a trouble of creating a password.. It says "The > password does not contain the required characters." > > I have tried everything and still doesn't get to work.
You might try a command like this: </dev/urandom tr -dc 'A-Za-z0-9@#*()+={}/?~;,.-_' | head -c 60 Of course, you can change the password length (here 60) and the characters enclosed in the single quotation marks to match your requirements. Best regards, Greg Marks
signature.asc
Description: PGP signature