1

I'm modifying an existing samba config that it works fine for authenticating AD users on linux servers to also handle Kerberos and SSO.

I've successfully got pam_winbind to use kerberos and it is handing out tickets, as well as having configured SSH to allow GSSAPI and Kerberos.

Unfortunately though, when attempting to login via PuTTY using SSO, it fails.

Is anyone who is familiar with configuring this able to point me in the right direction?

Thanks,

Matt.

Matt Delves
  • 473
  • 2
  • 6
  • 12

1 Answers1

1

I have this working now by following the guide here.

A few caveats;

  • you need the dev release of putty
  • you apparently need to go in via the dns name of the host
Antitribu
  • 1,709
  • 3
  • 23
  • 37