I upgraded ssh & openssl from :
OpenSSH_3.9p1, OpenSSL 0.9.7a Feb 19 2003
To: OpenSSH_4.3p2, OpenSSL 0.9.8b 04 May
I followed eth00s guide: http://www.eth0.us/sshd
After downloading, recompiling, etc, etc.. I restarted ssh service and got the following error:
CODE
root@server [/usr/local/src/openssh-4.3p2]# /sbin/service sshd restart
Stopping sshd: [ OK ] Starting sshd:/etc/ssh/sshd_config line 72: Unsupported
option GSSAPIAuthentication /etc/ssh/sshd_config line 74: Unsupported option
GSSAPICleanupCredentials [ OK ]
Stopping sshd: [ OK ] Starting sshd:/etc/ssh/sshd_config line 72: Unsupported
option GSSAPIAuthentication /etc/ssh/sshd_config line 74: Unsupported option
GSSAPICleanupCredentials [ OK ]
Now ssh service don't start.. !!! I commented out line 72 and 74 and still doesn't back.. please help!!
Thank you