Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Turn on GSSAPI options in your ~/.ssh/config file.

    Code Block
                        GSSAPIAuthentication yes
                        # Specifies whether user authentication based on GSSAPI is allowed.
    GSSAPIAuthentication yes
    
    # Forward (delegate) credentials to the server.             
                        
    GSSAPIDelegateCredentials yes
                        # Forward (delegate) credentials to the server.