/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to mandos-keygen

  • Committer: Teddy Hogeborn
  • Date: 2012-06-17 22:58:07 UTC
  • mfrom: (302 release)
  • mto: (237.7.272 trunk)
  • mto: This revision was merged to the branch mainline in revision 303.
  • Revision ID: teddy@recompile.se-20120617225807-6o4z294a5fxfvlyf
Merge from release branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
294
294
            cat "$PASSFILE"
295
295
        else
296
296
            tty --quiet && stty -echo
297
 
            echo -n "Enter passphrase: "
298
 
            read first
 
297
            read -p "Enter passphrase: " first
299
298
            tty --quiet && echo >&2
300
 
            echo -n "Repeat passphrase: "
301
 
            read second
 
299
            read -p "Repeat passphrase: " second
302
300
            if tty --quiet; then
303
301
                echo >&2
304
302
                stty echo