Recently came across a problem with one system authentication to another via ssh. I added the public ssh key to ~/.ssh/authorized_keys entry. Changed ownership to the proper user and also chmod 600 ~/.ssh/authorized_keys. Still no dice. Using ssh -vvvv the following error returned on pubkey authentication: debug1: Unspecified GSS failure. Minor code may provide more […]
- Post Tagsgss, ssh, ssh server