<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to news</title><link>https://sourceforge.net/p/pamsshagentauth/news/</link><description>Recent posts to news</description><atom:link href="https://sourceforge.net/p/pamsshagentauth/news/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 07 Jun 2011 07:12:57 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/pamsshagentauth/news/feed.rss" rel="self" type="application/rss+xml"/><item><title>pam_ssh_agent_auth 0.9.3. released</title><link>https://sourceforge.net/p/pamsshagentauth/news/2011/06/pamsshagentauth-093-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Release 0.9.3 is stable, and has been tested on  RHEL5,  Ubuntu LTS (8.04), Ubunto 8.10, and MacOS X 10.5&lt;/p&gt;
&lt;p&gt;This release contains a few minor bugfixes and enhancements from 0.9.2; logging of which key provided successful authentication no longer requires 'debug' option. signing of keys now only happens if they are potentially valid; improved legibility of code in a few spots, and in so doing fixed a bug if you specified a path to an authorized key file &amp;gt;= 1024 characters. &lt;/p&gt;
&lt;p&gt;This module can be used to provide authentication for anything run locally that&lt;br /&gt;
supports PAM. It was written specifically with the intention of permitting&lt;br /&gt;
authentication for sudo without password entry, and also has been proven useful&lt;br /&gt;
for use with su as an alternative to wheel.&lt;/p&gt;
&lt;p&gt;It serves as middle ground between the two most common, and suboptimal&lt;br /&gt;
alternatives for large-scale system administration: allowing rootlogin via ssh,&lt;br /&gt;
or using NOPASSWD in sudoers. This module allows for ssh public-key&lt;br /&gt;
authentication, and it does this by leveraging an authentication mechanism you&lt;br /&gt;
are probably already using, ssh-agent.&lt;/p&gt;
&lt;p&gt;There are caveats of course, ssh-agent forwarding has it’s own security risks&lt;br /&gt;
which must be carefully considered for your environment. In cases where there&lt;br /&gt;
are not untrustworthy intermediate servers, and you wish to retain traceability,&lt;br /&gt;
accountability, and required authentication for privileged command invocation,&lt;br /&gt;
the benefits should outweigh the risks. Release 0.9.2 can be downloaded from&lt;br /&gt;
SourceForge: &lt;a href="https://sourceforge.net/project/showfiles.php?group_id=249556"&gt;https://sourceforge.net/project/showfiles.php?group_id=249556&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you encounter any issues with usability or security, please use the project's&lt;br /&gt;
SourceForge tracker:&lt;br /&gt;
&lt;a href="https://sourceforge.net/tracker2/?group_id=249556&amp;amp;atid=1126337"&gt;https://sourceforge.net/tracker2/?group_id=249556&amp;amp;atid=1126337&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Note that if you wish to use this for sudo, you will need a version of sudo that&lt;br /&gt;
preserves the env_keep environment during authentication; and ideally a version&lt;br /&gt;
incorporating my minor patch which ensures RUSER is set during PAM authentication.&lt;/p&gt;
&lt;p&gt;sudo 1.6.8p12 does not work correctly with this PAM module, because it clears the&lt;br /&gt;
environment (even env_keep variables) prior to attempting PAM authentication.&lt;/p&gt;
&lt;p&gt;sudo 1.7.2p1 or later is preferred, as it correctly sets PAM_RUSER for&lt;br /&gt;
authentication.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jbeverly</dc:creator><pubDate>Tue, 07 Jun 2011 07:12:57 -0000</pubDate><guid>https://sourceforge.netdda62d281575cbfb78c7c3e1c36c5cf93b09be7e</guid></item><item><title>pam_ssh_agent_auth 0.9.2 released</title><link>https://sourceforge.net/p/pamsshagentauth/news/2010/01/pamsshagentauth-092-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;pam_ssh_agent_auth is a PAM module which permits PAM authentication via your&lt;br /&gt;
keyring in a forwarded ssh-agent.&lt;/p&gt;
&lt;p&gt;Release 0.9.2 is stable, and has been tested on NetBSD, FreeBSD, Solaris,&lt;br /&gt;
RHEL4, RHEL5, Debian Etch, Debian Lenny, Ubuntu LTS (8.04), Ubunto 8.10,&lt;br /&gt;
and MacOS X.&lt;/p&gt;
&lt;p&gt;The only difference between this version, and version 0.9.1 is the license.&lt;br /&gt;
I have decided to switch to a BSD style license, and so all restrictions&lt;br /&gt;
previously imposed by the GPLv3 no longer apply as of version 0.9.2. This&lt;br /&gt;
relaxation of licensing terms is due in part with the original licensing of &lt;br /&gt;
openssh, from which this work has been derived.&lt;/p&gt;
&lt;p&gt;This module can be used to provide authentication for anything run locally that&lt;br /&gt;
supports PAM. It was written specifically with the intention of permitting&lt;br /&gt;
authentication for sudo without password entry, and also has been proven useful&lt;br /&gt;
for use with su as an alternative to wheel. &lt;/p&gt;
&lt;p&gt;It serves as middle ground between the two most common, and suboptimal&lt;br /&gt;
alternatives for large-scale system administration: allowing rootlogin via ssh,&lt;br /&gt;
or using NOPASSWD in sudoers. This module allows for ssh public-key&lt;br /&gt;
authentication, and it does this by leveraging an authentication mechanism you&lt;br /&gt;
are probably already using, ssh-agent.&lt;/p&gt;
&lt;p&gt;There are caveats of course, ssh-agent forwarding has it’s own security risks&lt;br /&gt;
which must be carefully considered for your environment. In cases where there&lt;br /&gt;
are not untrustworthy intermediate servers, and you wish to retain traceability,&lt;br /&gt;
accountability, and required authentication for privileged command invocation,&lt;br /&gt;
the benefits should outweigh the risks. Release 0.9.2 can be downloaded from&lt;br /&gt;
SourceForge: &lt;a href="https://sourceforge.net/project/showfiles.php?group_id=249556"&gt;https://sourceforge.net/project/showfiles.php?group_id=249556&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you encounter any issues with usability or security, please use the project's&lt;br /&gt;
SourceForge tracker:&lt;br /&gt;
&lt;a href="https://sourceforge.net/tracker2/?group_id=249556&amp;amp;atid=1126337"&gt;https://sourceforge.net/tracker2/?group_id=249556&amp;amp;atid=1126337&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Note that if you wish to use this for sudo, you will need a version of sudo that&lt;br /&gt;
preserves the env_keep environment during authentication; and ideally a version&lt;br /&gt;
incorporating my minor patch which ensures RUSER is set during PAM authentication.&lt;/p&gt;
&lt;p&gt;sudo 1.6.8p12 does not work correctly with this PAM module, because it clears the&lt;br /&gt;
environment (even env_keep variables) prior to attempting PAM authentication.&lt;/p&gt;
&lt;p&gt;sudo 1.7.2p1 or later is preferred, as it correctly sets PAM_RUSER for&lt;br /&gt;
authentication.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jbeverly</dc:creator><pubDate>Thu, 07 Jan 2010 03:40:49 -0000</pubDate><guid>https://sourceforge.netda29c532a6134e28fad8a25c980180d0e722677b</guid></item><item><title>pam_ssh_agent_auth 0.6 released</title><link>https://sourceforge.net/p/pamsshagentauth/news/2009/03/pamsshagentauth-06-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;pam_ssh_agent_auth v0.5 was missing a file due to a bad SVN export, please replace with 0.6. My appologies. &lt;/p&gt;
&lt;p&gt;pam_ssh_agent_auth is a PAM module which permits authentication via ssh-agent.Release 0.6 is functionally stable, and has been tested on NetBSD, FreeBSD, Solaris, RHEL4, RHEL5, Debian Etch, Debian Lenny, Ubuntu LTS (8.04), Ubunto 8.10, and MacOS X. &lt;/p&gt;
&lt;p&gt;Every effort has been taken to ensure that this module is safe, but you should use with caution, as this is still beta software. While this module can be used with any service that supports PAM, it was written with the intention of permitting authenticated sudo without password entry.It serves as middle ground between the two most common, and suboptimal alternatives for cluster administration: allowing root login via ssh, or using NOPASSWD in sudoers. This module allows public-key authentication, and it does this by leveraging an authentication mechanism you are probably already using, ssh-agent. There are caveats of course, ssh-agent forwarding has it’s own security risks which must be carefully considered for your environment. In cases where there are not untrustworthy intermediate servers, and you wish to retain traceability, accountability, and required authentication for privileged command invocation, the benefits should outweigh the risks. Release 0.5 can be downloaded from SourceForge: &lt;a href="https://sourceforge.net/project/showfiles.php?group_id=249556"&gt;https://sourceforge.net/project/showfiles.php?group_id=249556&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you encounter any issues with usability or security, please use the project’s SourceForge tracker: &lt;a href="https://sourceforge.net/tracker2/?group_id=249556&amp;amp;atid=1126337"&gt;https://sourceforge.net/tracker2/?group_id=249556&amp;amp;atid=1126337&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Note that if you wish to use this for sudo, 1.6.8 seems to clean the environment prior to calling pam dlopen. You will need sudo &amp;gt;= 1.6.9 or &amp;lt; 1.6.8 to use this module for sudo.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jbeverly</dc:creator><pubDate>Wed, 18 Mar 2009 18:50:30 -0000</pubDate><guid>https://sourceforge.net8c8777137e13ff6395f7c750428fa954fa569c01</guid></item><item><title>pam_ssh_agent_auth 0.5 released</title><link>https://sourceforge.net/p/pamsshagentauth/news/2009/03/pamsshagentauth-05-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;pam_ssh_agent_auth is a PAM module which permits authentication via ssh-agent.&lt;/p&gt;
&lt;p&gt;Release 0.5 is functionally stable, and has been tested on NetBSD, FreeBSD, Solaris, RHEL4, RHEL5, Debian Etch, Debian Lenny, Ubuntu LTS (8.04), Ubunto 8.10,  and MacOS X. &lt;/p&gt;
&lt;p&gt;Every effort has been taken to ensure that this module is safe, but you should use with caution, as this is still beta software. While this module can be used with any service that supports PAM, it was written with the intention of permitting authenticated sudo without password entry.&lt;/p&gt;
&lt;p&gt;It serves as middle ground between the two most common, and suboptimal alternatives for cluster administration: allowing root login via ssh, or using NOPASSWD in sudoers. This module allows public-key authentication, and it does this by leveraging an authentication mechanism you are probably already using, ssh-agent. &lt;/p&gt;
&lt;p&gt;There are caveats of course, ssh-agent forwarding has it’s own security risks which must be carefully considered for your environment. In cases where there are not untrustworthy intermediate servers, and you wish to retain traceability, accountability, and required authentication for privileged command invocation, the benefits should outweigh the risks. Release 0.5 can be downloaded from SourceForge: &lt;a href="https://sourceforge.net/project/showfiles.php?group_id=249556"&gt;https://sourceforge.net/project/showfiles.php?group_id=249556&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you encounter any issues with usability or security, please use the project’s SourceForge tracker: &lt;a href="https://sourceforge.net/tracker2/?group_id=249556&amp;amp;atid=1126337"&gt;https://sourceforge.net/tracker2/?group_id=249556&amp;amp;atid=1126337&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Note that if you wish to use this for sudo, you will need a version of sudo that doesn't have a down-stream patch that cleans the environment prior to pam dlopen calls. For instance, on debian/ubuntu 1.6.9 works (1.6.8p12-1 does not); on RHEL, 1.6.7 or later works); on Darwin, I think any pristine source should work, but I've only tried 1.7&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jbeverly</dc:creator><pubDate>Wed, 18 Mar 2009 07:01:12 -0000</pubDate><guid>https://sourceforge.net3e8b209d2b4ec4243f182c24452e4b0082ec040f</guid></item><item><title>pam_ssh_agent_auth 0.4 released</title><link>https://sourceforge.net/p/pamsshagentauth/news/2009/01/pamsshagentauth-04-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;pam_ssh_agent_auth is a PAM module which permits authentication via ssh-agent. Release 0.4 is functionally stable, and has been tested on NetBSD, FreeBSD, Solaris, Linux, and MacOS X. Every effort has been taken to ensure that this module is safe, but you should use with caution, as this is still beta software. &lt;/p&gt;
&lt;p&gt;While this module can be used with any service that supports PAM, it was written with the intention of permitting authenticated sudo without password entry. &lt;/p&gt;
&lt;p&gt;It serves as middle ground between the two most common, and suboptimal alternatives for cluster administration: allowing root login via ssh, or using NOPASSWD in sudoers. This module allows public-key authentication, and it does this by leveraging an authentication mechanism you are probably already using, ssh-agent. &lt;/p&gt;
&lt;p&gt;There are caveats of course, ssh-agent forwarding has it’s own security risks which must be carefully considered for your environment. In cases where there are not untrustworthy intermediate servers, and you wish to retain traceability, accountability, and required authentication for privileged command invocation, the benefits should outweigh the risks. &lt;/p&gt;
&lt;p&gt;Release 0.4 can be downloaded from SourceForge: &lt;a href="https://sourceforge.net/project/showfiles.php?group_id=249556&amp;amp;release_id=651506&amp;amp;package_id=304867"&gt;https://sourceforge.net/project/showfiles.php?group_id=249556&amp;amp;release_id=651506&amp;amp;package_id=304867&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you encounter any issues with usability or security, please use the project’s SourceForge tracker: &lt;br /&gt;
&lt;a href="https://sourceforge.net/tracker2/?group_id=249556&amp;amp;atid=1126337"&gt;https://sourceforge.net/tracker2/?group_id=249556&amp;amp;atid=1126337&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jbeverly</dc:creator><pubDate>Thu, 08 Jan 2009 04:47:47 -0000</pubDate><guid>https://sourceforge.net5a4391290723aaab1f827ca2539c4fef085a6e06</guid></item></channel></rss>