| Article: |
Inside SSH, Part 3 | |
| Subject: | gssapi error | |
| Date: | 2004-07-20 19:09:59 | |
| From: | jonbreitenbucher | |
I have changed the configuration files as indicated and now I getPermission denied (gssapi).when I try and login. I haven't tried restarting the server from System Preferences. Instead I tried sending killall -HUP sshdwhile I was logged into the remote server. The server closed the connection and seemed to do what I expected, and then this message. Any thoughts? Obviously I'll try restarting the server when I get in tomorrow, but I'm just curious as to what could have happened. |
||
Showing messages 1 through 5 of 5.
-
gssapi error
2004-07-20 19:27:50 FJ de Kermadec |
[View]
-
gssapi error
2004-07-21 08:29:49 jonbreitenbucher [View]
Is there a typo in the sshd_config or in the article? sshd_config has
#PubkeyAuthentication yes
instead of
#PubKeyAuthentication yes.
I haven't gotten a chance to access the server yet to test.
J.B. -
gssapi error
2004-07-21 08:42:12 FJ de Kermadec |
[View]
Hi !
Keywords in the sshd_config file are normally case-insensitive.
F.J. -
gssapi error
2004-07-21 08:17:23 jonbreitenbucher [View]
F.J.,
This has been a great series and you have done a fantastic job. I'm sure I've messed up the sshd_config somehow. Can't wait for the last installment.
J.B. -
gssapi error
2004-07-21 08:40:35 FJ de Kermadec |
[View]
Hi !
Thank you very much for your kind words, I really do appreciate them !
I can very well make mistakes too so it's always good to take the time to see where an issue lies :-)
F.J.



First of all, thank you very much for taking the time to post, I really do appreciate it ! :-)
Usually, this message means that the SSH server went through all the authentication methods allowed by the configuration files and could not find a match with what the client suggests.
In order to see more about the process you can add the "-v" switch to the ssh command : this will show you at which point the connection attempt fails.
Usually, going through the configuration files again and making sure that what should be left on is on solves the issue.
Let me know if this helps !
F.J.