Mini-configuration Defaults
By using the mini-configuration page the following defaults are set:
   Port 22                          # Makes the daemon run on the default port.
   PasswordAuthentication no        # Forces RSA authentication only.
   RhostsAuthentication no          # Disable .rhosts authentication.
   RhostsRSAAuthentication no       # Disable .rhosts authentication with RSA.
   RSAAuthentication yes            # Enable RSA authentication.
   StrictModes yes                  # Enforce secure file permissions.
These defaults are in place for security reasons, so do not change them unless you know what you are doing.