On Fri, 5 Mar 2010, Sayan Chaliha wrote: > Hey guys, > > I have one more question: Is it possible to query sshd for settings and > parameters it was configured with? Something like executing SHOW GLOBAL > VARIABLES on mysqld, perhaps? There is "sshd -T" that will print the current configuration, but it does not include compile-time settings. -d