1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Source: libpam-sshauth
Section: admin
Priority: extra
Maintainer: LTSP Debian Maintainers <pkg-ltsp-devel@lists.alioth.debian.org>
Uploaders: Vagrant Cascadian <vagrant@debian.org>
Build-Depends: debhelper (>= 9), libssh2-1-dev, libpam0g-dev | libpam-dev, dh-autoreconf, pkg-config, zlib1g-dev
Standards-Version: 3.9.6
Vcs-Browser: https://bazaar.launchpad.net/~ltsp-upstream/ltsp/libpam-sshauth/files
Vcs-Bzr: lp:~ltsp-upstream/ltsp/libpam-sshauth
Package: libpam-sshauth
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: authenticate using an SSH server
This package provides a simple PAM authentication mechanism using a remote
SSH server. If the user is able to ssh to the server configured with
libpam-sshauth, they're granted local access.
|