NCurses based replacement for askpass (related to cryptsetup).
Latest commits
| Commit | Message | Author | Date |
|---|---|---|---|
| 035fbcc25e | limit the size of UI statusbar contents | Toni Uhlig | 7 years ago |
| 5d95abdee2 | debian initramfs-script supports shutdown on timeout/failure | Toni Uhlig | 7 years ago |
| 9b1dbbd805 | disable naskpass with `nonaskpass` kernel bootparameter | Toni Uhlig | 7 years ago |
| f7b21273b3 | coverity fixup's | Toni Uhlig | 7 years ago |
| ae3ff18552 | Merge branch 'coverity_scan' | Toni Uhlig | 7 years ago |
Branches
| Name | Target | Subject | Date |
|---|---|---|---|
| master | 035fbcc25e | limit the size of UI statusbar contents | 7 years ago |
README
naskpass
Ncurses based replacement for askpass (related to cryptsetup).
build instructions
debian: dpkg-buildpackage -b
non-debian: ./compile.sh
non-autotools: ./configure && make
dependencies
post-build: coreutils, cryptsetup, libncurses5, libtinfo5
pre-build: debhelper, libncurses5-dev, libtinfo-dev, autoconf, automake
Recommends: openssh-server
Conflicts: dropbear
note
Plymouth may not like naskpass (never verified).
Do not use debian and dropbear during boot (broken initscript).
It's possible to disable naskpass temporary by adding a kernel command line paramter (cryptfallback).
screenshots