在MIT Kerberos中导出用户密钥表

我怎样才能用一个给定的密码导出一个Kerberos keytab,所以我可以使用它来用MIT KfW进行无密码validation,同时还能够在其他地方用密码进行validation? 如果由于types问题或类似的问题,KDC是麻省理工学院。

谢谢

我自己想到了这一点。

537> /usr/sbin/ktutil ktutil: add_entry -password -p [email protected] -k 1 -e aes256-cts-hmac-sha1-96 Password for [email protected]: ktutil: add_entry -password -p [email protected] -k 1 -e aes128-cts-hmac-sha1-96 Password for [email protected]: ktutil: add_entry -password -p [email protected] -k 1 -e des3-cbc-sha1 Password for [email protected]: ktutil: add_entry -password -p [email protected] -k 1 -e arcfour-hmac-md5 Password for [email protected]: ktutil: add_entry -password -p [email protected] -k 1 -e arcfour-hmac-md5-exp Password for [email protected]: ktutil: add_entry -password -p [email protected] -k 1 -e des-cbc-md5 Password for [email protected]: ktutil: add_entry -password -p [email protected] -k 1 -e des-cbc-crc Password for [email protected]: ktutil: write_kt keytab ktutil: 

我在所有支持的enctypes中导出了keytab,以获得最大的兼容性。