On Tue, Sep 27, 2016 at 09:40:45AM +0200, tseegerkrb wrote: > > An other problem is that i can not use user@REALM to ssh to the next box > without a password. If use "kinit user@REALM" i get a ticket, but if i > then "ssh -l user@REALM mybox" it ask for the password again. But if i > just use "ssh -l user mybox" it connects without the password. > > Any idea where i should search for the failure?
Your account on the other box is likely "user" not "user@REALM". What's in /etc/passwd? If it is "user:..." then the account's name is "user" and you must use "-l user". It's prompting you for a password on the other host because your login has failed because the username doesn't match an existing user on the system. -- Roland Dowdeswell http://Imrryr.ORG/~elric/ ________________________________________________ Kerberos mailing list Kerberos@mit.edu https://mailman.mit.edu/mailman/listinfo/kerberos