Search Criteria
Package Details: pam_ssh_agent_auth 0.10.4-2
Git Clone URL: | https://aur.archlinux.org/pam_ssh_agent_auth.git (read-only, click to copy) |
---|---|
Package Base: | pam_ssh_agent_auth |
Description: | PAM module which permits authentication via the keyring in a forwarded ssh-agent. |
Upstream URL: | https://github.com/jbeverly/pam_ssh_agent_auth |
Licenses: | |
Submitter: | None |
Maintainer: | Magotchi |
Last Packager: | Magotchi |
Votes: | 12 |
Popularity: | 0.139131 |
First Submitted: | 2011-12-06 13:36 |
Last Updated: | 2020-08-24 15:37 |
Dependencies (4)
- openssl (libressl-git, openssl-purify, openssl-zlib, openssl-git, openssl-weak-ciphers, openssl-hardened)
- git (git-git) (make)
- gnupg (gnupg-clavator, gnupg-largekeys, gnupg-large-rsa, gnupg-git, gnupg-scdaemon-shared-access, gnupg-large-secmem, gnupg-minimal-git) (optional) – gpg ssh-agent
- openssh (openssh-hpn-git, openssh-git, openssh-gssapi, openssh-selinux, openssh-hpn) (optional) – standard ssh-agent
Latest Comments
1 2 Next › Last »
Magotchi commented on 2020-08-28 20:15
The "pod2man" command is provided by the "perl" package, which is a dependency of "openssl", and therefore of "base". It does not need to be in the list. It's at "/usr/bin/core_perl/pod2man" and is in the path of a login shell by default.
Is your problem related to not running in a login shell, as in this Reddit post?: https://www.reddit.com/r/archlinux/comments/5tmo7b/anyone_else_having_pod2man_issues/ddnlcde?context=3
jonathanio commented on 2020-08-28 15:02
pod2man --section=8 --release=v0.10.3 --name=pam_ssh_agent_auth --official --center "PAM" pam_ssh_agent_auth.pod > pam_ssh_agent_auth.8 (cd openbsd-compat && make) /bin/sh: pod2man: command not found make: [Makefile:106: pam_ssh_agent_auth.8] Error 127 make: Waiting for unfinished jobs....
Looks like pod2man is a new dependency for pam_ssh_agent_auth. Can you please add it to the list?
mys_721tx commented on 2020-08-26 00:29
@Magotchi It's a different but similar issues, for some reason
/etc/profile.d/perlbin.sh
is gone on both of my x86 boxes.Magotchi commented on 2020-08-26 00:24
Is it possibly this problem related to not running in a login shell?: https://www.reddit.com/r/archlinux/comments/5tmo7b/anyone_else_having_pod2man_issues/ddnlcde?context=3
mys_721tx commented on 2020-08-26 00:17
It seems to be a recent move that pod2man is move to
/usr/bin/core_perl
, which is not in the path.mys_721tx commented on 2020-08-26 00:15
I managed to compile it on armv7 but not on x86. Somehow the build process depends on pod2man.
Magotchi commented on 2020-08-24 15:30
This has been updated to use the 0.10.4 tag on the GitHub repository. It now depends on the latest OpenSSL, and I didn't spend a lot of time investigating, but I only got it to build with the "--without-openssl-header-check" option. If I've missed something, or if anybody has tips to improve the PKGBUILD, let me know.
lightdot commented on 2020-08-20 02:56
This package moved from Sourceforge to Github: https://github.com/jbeverly/pam_ssh_agent_auth
Also, a new version is available, 0.10.4: https://github.com/jbeverly/pam_ssh_agent_auth/releases
Magotchi commented on 2018-09-12 14:00
Done. I'm sorry for forgetting about this for a few days.
chowbok commented on 2018-09-08 17:08
Also works on ARM 64-bit. Can you add "aarch64" as well, at your convenience?