Bug 21877

Summary: [PATCH] DSA support for pam_ssh
Product: Base System Reporter: ajk <ajk>
Component: binAssignee: Brian Feldman <green>
Status: Closed FIXED    
Severity: Affects Only Me CC: kris
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description ajk 2000-10-09 22:00:01 UTC
When DSA support was added to ssh-agent, pam_ssh stopped working.
To fix this problem, I have added DSA support to pam_ssh.  The user
is authenticated if the supplied passphrase decrypts either the
DSA or RSA key.  Any and all decrypted keys are passed to the agent.

This patch also fixes a possible memory leak and ensures the user's
environment file (~/.ssh/agent-*) has sensible permissions.

How-To-Repeat: 
Apply the patch below.
Comment 1 Johan Karlsson freebsd_committer freebsd_triage 2000-10-10 22:49:39 UTC
Responsible Changed
From-To: freebsd-bugs->kris

Over to SSH maintainer.
Comment 2 Kris Kennaway freebsd_committer freebsd_triage 2000-11-13 02:28:32 UTC
Responsible Changed
From-To: kris->green

Green is taking over OpenSSH
Comment 3 Brian Feldman freebsd_committer freebsd_triage 2001-11-28 19:49:28 UTC
State Changed
From-To: open->closed

This has been fixed already (by you, I'm certain!) :)