Search Criteria
Package Details: otpw 1.5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/otpw.git (read-only, click to copy) |
---|---|
Package Base: | otpw |
Description: | A one-time password login package using PAM |
Upstream URL: | http://www.cl.cam.ac.uk/~mgk25/otpw.html |
Licenses: | custom |
Submitter: | mojo-hakase |
Maintainer: | mojo-hakase |
Last Packager: | mojo-hakase |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2015-08-15 14:33 (UTC) |
Last Updated: | 2023-06-13 19:38 (UTC) |
Latest Comments
m040601 commented on 2025-04-12 15:33 (UTC) (edited on 2025-04-12 16:01 (UTC) by m040601)
This is is a tool that "deals" with security and PAM modules, https://en.wikipedia.org/wiki/OTPW
I cant find anything on the Internet about it "fresher" than 2014.
pacman -Ql otpw
file /usr/bin/otpw-gen
It should be the target of rigorous scrutiny.
I personally dont have the knowlegde and deep understanding to do that scrutiny.
Should anyonoe be interested in adopting this PKGBUILD, consider that https://www.cl.cam.ac.uk/~mgk25/otpw.html says,
Even the github repo, https://github.com/mgkuhn/otpw, has not seen activity in 10 years,
Even his other projects github activity seems to stop in 2020, https://github.com/mgkuhn.
The Archwiki page , https://wiki.archlinux.org/title/One_Time_PassWord ,
That Archwiki page was last updated in 2023.
There is no talk there about this being a 10 year old tool, https://wiki.archlinux.org/index.php?title=Talk:One_Time_PassWord&action=edit&redlink=1
That leaves us with interesting questions.
Is that Arch wiki page information still valid and up to date ?
Who can guarantee that this "otpw" tool after 10 years without updates still is a valid tool ?
Maybe this PKGBUILD should be simply removed from the AUR ?
Until someone the proper knowledge can validate all this ?
And crystal clearly documents these caveats on the Archwiki page ?
m040601 commented on 2025-02-05 19:18 (UTC) (edited on 2025-04-12 16:11 (UTC) by m040601)
This PKGBUILD is broken. It is missing one dependency.
The tool otpw depends on the command "netstat" on its source code.
$ grep -C 3 netstat otpw-gen.c
Provided in Arch by
pacman -F /usr/bin/netstat
This should be updated
m040601 commented on 2025-02-05 19:14 (UTC)
http://www.cl.cam.ac.uk/~mgk25/download/otpw-1.5.tar.gz
$ curl -IL http://www.cl.cam.ac.uk/~mgk25/otpw.html
HTTP/1.1 302 Found Location: https://www.cl.cam.ac.uk/~mgk25/otpw.html HTTP/1.1 200 OK
$ curl -IL https://www.cl.cam.ac.uk/~mgk25/download/otpw-1.5.tar.gz
HTTP/1.1 200 OK
Should use https, not http.
m040601 commented on 2022-08-31 20:04 (UTC) (edited on 2022-08-31 20:12 (UTC) by m040601)
Hhmmm, PKGBUILD was last updated 2 years ago. Strange .... Anyway lets try it.
pacman -Ql otpw
Got this little annoying error
Not sure if it's caused by this PKGBUILD, of if it's just the software that is too old and apparently not maintained ?, at its homepage, https://www.cl.cam.ac.uk/~mgk25/otpw.html
pacman -F netstat
pacman -Fl net-tools
I wanted to try this setup. Apparently the Archwiki page, https://wiki.archlinux.org/title/OTPW seems maintained and updated.
I'm also not going to install net-tools, as it is an old and deprecated set of tools.
Is there any other tool or instructions for this "otpw" setup in Arch ? Anyone has any comments and recentt practical feedback experience on this ?
I'm actually not even interested in the SSH part. Just wanted to test OTP for local logins.
scrouthtv commented on 2020-08-23 13:02 (UTC)
Got this error:
This is on armv7h
scrouthtv commented on 2020-08-22 09:49 (UTC)
Successfully built & used on armv7h, you can add that to the supported architectures