This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug runtime/9702] New: stap-gen-server-cert doesn't work on Debian


It uses "mkpasswd -l", but on Debian mkpasswd does not accept -l option and has
no way to generate passwords (it can only encrypt them). The best way to
generate random password that I found (i didn't look too hard) is:

   apg -a 1 -n 1 -m 20 -x 20

This will generate random password with 20 symbols.

There is also makepasswd, but it uses perl's rand function, that is probably not
very secure. Also it only uses digits and letters for making passwords.

-- 
           Summary: stap-gen-server-cert doesn't work on Debian
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: runtime
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: eugen at debian dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=9702

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]