Your message dated Mon, 27 Aug 2012 05:30:08 +0200
with message-id <[email protected]>
and subject line libpam-ssh: Option to set login prompt
has caused the Debian Bug report #422454,
regarding libpam-ssh: Option to set login prompt
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
422454: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=422454
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libpam-ssh
Version: 1.91.0-9.1
Severity: wishlist
If this module prompts for a password then it uses "SSH passphrase:",
however I would request an option to set the prompt with a run-time
option. In particular I would like to be able to use the same prompt as
pam_unix.so, so the end-user do not get a different prompt based on the
back-end authentication source.
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20.1
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages libpam-ssh depends on:
ii libc6 2.3.6.ds1-13 GNU C Library: Shared libraries
ii libpam0g 0.79-4 Pluggable Authentication Modules l
ii libssl0.9.8 0.9.8c-4 SSL shared libraries
Versions of packages libpam-ssh recommends:
pn ssh-krb5 | ssh <none> (no description available)
-- no debconf information
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Hello:
It appears that, for version 1.92-14, the wish can be satisfied by passing the
option use_first_pass,
as in the following example:
auth [success=1 default=ignore] pam_unix.so nullok_secure
auth require pam_ssh.so use_first_pass
Jerome
--- End Message ---