How does Kerberos work with SSH?

Posted by Phil on Server Fault See other posts from Server Fault or by Phil
Published on 2011-11-10T19:34:36Z Indexed on 2014/05/30 3:31 UTC
Read the original article Hit count: 301

Filed under:
|
|
|

Suppose I have four computers, Laptop, Server1, Server2, Kerberos server:

  • I log in using PuTTY or SSH from L to S1, giving my username / password
  • From S1 I then SSH to S2. No password is needed as Kerberos authenticates me

Describe all the important SSH and KRB5 protocol exchanges: "L sends username to S1", "K sends ... to S1" etc.

(This question is intended to be community-edited; please improve it for the non-expert reader.)

© Server Fault or respective owner

Related posts about linux

Related posts about ssh