Re: ssh doesn't work
Posted: 24. Apr 2013, 17:52
Ah, it's starting to make sense now. You're trying to connect without a password to a kerberos enabled ssh server. The openssh package in slackware does not include kerberos, so you can't do that, the error you get is telling that. So, what you meant by "I installed openssh from sourcery" is that there is an openssh-krb5 package in sourcery and that's what you installed. If you want to use it, you'll need to reinstall it, since you say you removed it. If you do, you'll find ssh binaries that are built with kerberos in /usr/kerberos/bin. You should probably use the ssh.krb5 binary in there to connect.
But I have to ask. Why not use ssh keys to connect without a password?
But I have to ask. Why not use ssh keys to connect without a password?