Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 May 2000 16:08:31 +0200
From:      Erwan Arzur <erwan@netvalue.com>
To:        Daniel Brady <daniel.brady@trintech.com>
Cc:        "'questions@freebsd.org'" <questions@FreeBSD.ORG>
Subject:   Re: pam_ssh.so
Message-ID:  <3923F95F.E70C22D4@netvalue.com>
References:  <F4F6A84AB884D31198F20008C724FD4A1ABAC9@ntdub0e.trintech.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Daniel Brady wrote:
> 
> Hi
> Does anyone know if sshd requires this to function with pam and if so how to
> set it up?
> Daniel Brady
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

sshd does not require pam_ssh

man pam.conf, then edit /etc/pam.conf, and add :

login   auth    sufficient      pam_ssh.so

...

i did that also for xdm :

xdm     auth    sufficient      pam_ssh.so

Works well ... but i did not find a way to automatically add my key to
ssh_agent once i've logged ...
--
UNIX *IS* user friendly.  It's just selective about who its friends are.
                                                               --unknown


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3923F95F.E70C22D4>