ssh error

Issues related to configuring your network
Post Reply
XP_2600
Posts: 15
Joined: 2017/12/18 11:48:35

ssh error

Post by XP_2600 » 2018/07/10 13:28:54

When i add the following option in sshd_config, ssh service don't restart it exit with error,
GSSAPIDelegateCredentials yes

I need this line to configure a kerberos server, any clue ?

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: ssh error

Post by TrevorH » 2018/07/10 13:46:49

That doesn't appear to be a valid keyword according to man sshd_config
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

XP_2600
Posts: 15
Joined: 2017/12/18 11:48:35

Re: ssh error

Post by XP_2600 » 2018/07/11 08:17:07

Yes i realized so!
but its mentioned here in this kerberos guide( which suppose to be for RHE7) :


https://www.certdepot.net/rhel7-configure-kerberos-kdc/

User avatar
avij
Retired Moderator
Posts: 3046
Joined: 2010/12/01 19:25:52
Location: Helsinki, Finland
Contact:

Re: ssh error

Post by avij » 2018/07/11 08:37:53

Reading the comments on that page someone commented that
sshd_config doesn’t accept GSSAPIDelegateCredentials but everything is working fine without it
so perhaps you don't need it.

pjsr2
Posts: 614
Joined: 2014/03/27 20:11:07

Re: ssh error

Post by pjsr2 » 2018/07/11 12:14:48

GSSAPIDelegateCredentials is a client side option for use in /etc/ssh/ssh_config or $HOME/.ssh/config. It does not belong in sshd_config.
Its use should be limited to trusted hosts only. The default value is no.

Post Reply