kerberos auth for ssh2
Simon Wilkinson
simon at sxw.org.uk
Fri Aug 5 19:47:18 EDT 2005
Kevin Kalupson wrote:
> I recieve this debug info
> debug1: Miscellaneous failure
> Server not found in Kerberos database
The server needs to have a host key. You need to have a principal of the
form host/<hostname>, where <hostname> is the fully qualified domain
name of the server, in the default keytab (usually /etc/krb5.keytab).
See the documentation that comes with MIT Kerberos for details of how to
create this key, and store it in a keytab.
Cheers,
Simon.
More information about the krbdev
mailing list