Re: ssh + kerberos



>>>>> "RB" == Rodrick Brown <rodrick.brown@xxxxxxxxx> writes:

RB> Anyone have any experience in granting tickets to users upon login
RB> using pam in a kerberos environment? I'm using Solaris 10's stock
RB> ssh.

SSH can do this by itself, using either ticket-based or password (kinit)
authentication. If you want to do it with PAM, use keyboard-interactive
authentication with UsePAM set, and the pam_krb5 module in the PAM stack
for SSH.

--
Richard Silverman
res@xxxxxxxx

.



Relevant Pages

  • Re: Securing SSH: Does disabling password authentication work?
    ... keyboard-interactive with pam (would allow auth against LDAP or any ... other authentication method possible with pam) ... public/private keys ... I edited my ssh config file to disable the first method, ...
    (Debian-User)
  • Re: Confusion on SSH and PAM
    ... asked because an authentication failure is not a fatal error. ... When authenticating an SSH session, a list of mutually supported methods ... I have keys setup for root to login, but instead of letting me in with those keys, SSHD ignores them, passes me to PAM for password prompting and the denies me out! ...
    (freebsd-questions)
  • Re: Permission denied (publickey,keyboard-interactive).
    ... Authentication should be directed to the PAM Agent software. ... I'm a bit rusty on SSH and PAM, but where do you set Password- ...
    (comp.unix.aix)
  • Re: Repeated attacks via SSH
    ... > So, Jared Hall wrote: ... This is not sufficient if ssh is using PAM for authentication (because ... PAM will allow root logins). ...
    (FreeBSD-Security)
  • Re: How restrict network login on AIX for everything BUT SSH? (RLOGIN=FALSE & loginrestrictions
    ... Unfortunately I WANT to disable telnet, rsh, rlogin etc for an account, BUT keep SSH enabled. ... However in Aix v5.3 full pam support was added, and our LAM module broke and we have been unable to figure out how to get it working again. ...
    (comp.security.ssh)