Displaying 2 results from an estimated 2 matches for "spkm".
Did you mean:
spam
2001 Jul 27
2
OpenSSH-RSAAuth-NFS
Here's a bunch of changes I've made to the current portable version of
OpenSSH.
The aim is that the rsa_authentication flag in sshd_config can be given the
values "without-nfs" This is really handy within a large organization where
incorrectly secured home directories can allow authorized_keys(2) to be
modified by someone other than the owner.
So now rsa_authentication can take
2003 Jun 27
3
Kerberos Support in OpenSSH
...vendors
have chosen to adopt the GSSAPI protocol to provide Kerberos
authentication. At least two Windows implementations of SSH (Secure
CRT and Kermit95) implement GSSAPI support. Patches are available
for Putty. The GSSAPI framework also supports mechanisms other than
Kerberos V, such as SPKM, which could be used to add x.509 support to
SSH. For example, Simon's patches include support for the Globus GSI
mechanism.
The IETF GSSAPI draft has been more thoroughly reviewed within the
IETF community than any previous Kerberos solution. Authors of the
draft include both implementer...