[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: alternative to user-to-user Kerberos in KINK
> KINK is a peer-to-peer protocol,
yes
> but Kerberos is not.
kerberos is a 3-party protocol involving a KDC and two principals.
All principals in possession of their long term key can trivially do
peer-to-peer authentication. the user-to-user extension in kerberos
v5 also lets "clients" which only have a TGT do peer-to-peer
authentication without posession of the long-term key.
- Bill