Hi,

 

Thanks for the tip.

I try to login executing: ssh -l USER@AD.DOMAIN HOSTNAME

Unfortunately I have tested with:

LOGIN_TIMEOUT 90

 

And also changing on sshd_conf:

LogLevel DEBUG3

ClientAliveInterval 600

LoginGraceTime   600

ClientAliveCountMax 3

 

And on sssd.conf:

ldap_enumeration_search_timeout = 600

 

But still have a timeout when login process is longer than 60 seconds.

 

I have enabled nscd and then authentication takes less than 60 s and then works, but it will be great if I can know how that timeout can be configured.

 

Thanks & Regards.