Differences between revisions 5 and 6
Revision 5 as of 2015-09-02 14:03:53
Size: 974
Editor: superuser
Comment:
Revision 6 as of 2015-09-02 14:05:18
Size: 1017
Editor: superuser
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= How to choose a good password =

A practical approach for choosing a new passwords is to

{{{
 ssh login.coli.uni-saarland.de
 apg -a0 -MNLC -t -m10 -x10
}}}

Passwords generated this way will take on average approximately 64 years to be broken by a 8xTitan-X GPU cluster node.
Line 13: Line 24:
= How to choose a good password =

== Easy way ==
{{{
 ssh login.coli.uni-saarland.de
 apg -a0 -MNLC -t -m10 -x10
}}}

Passwords generated this way will take on average approximately 64 years to be broken by a 8xTitan-X GPU cluster node.

How to choose a good password

A practical approach for choosing a new passwords is to

 ssh login.coli.uni-saarland.de
 apg -a0 -MNLC -t -m10 -x10

Passwords generated this way will take on average approximately 64 years to be broken by a 8xTitan-X GPU cluster node.

Linux / MacOS

To change your password please log in with SecureShell (ssh) to 'login.coli.uni-saarland.de' and enter the command 'yppasswd'.

 ssh login.coli.uni-saarland.de
 passwd

Windows

Press CTRL-Alt-Del and select "Change Password". Windows passwords are independent from Linux / MacOS / Mail passwords.

Email / Web Server

Your email password is the same as your Linux / MacOS password.

More information

A password should be

  • kept secret
  • changed on a regular basis
  • not be easy to guess by others (like your Matrikelnummer or 'klausi1' for instance)

More tips on secure passwords can be found here: http://www.microsoft.com/protect/fraud/passwords/create.aspx

public: Password (last edited 2023-03-14 09:55:42 by superuser)