linux_wiki:configure_additional_options_described_in_documentation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
linux_wiki:configure_additional_options_described_in_documentation [2016/09/06 21:56]
billdozor created
linux_wiki:configure_additional_options_described_in_documentation [2016/10/06 21:42]
billdozor [SSHD Config File]
Line 29: Line 29:
 </code> </code>
  
-\\ +====== SSHD Config File ====== 
-**SSH Daemon config file**: /etc/ssh/sshd_config+ 
 +  * SSH Daemon config file: /etc/ssh/sshd_config 
 +    * Configure additional options here 
 +    * See man sshd_config 
 + 
 +Some useful options 
 +  * Port -> TCP listening port for sshd 
 +  * PermitRootLogin -> Allow/disallow root login 
 +  * MaxAuthTries -> Number of authentication tries. When 1/2 the number is reached, failures are logged. 
 +  * MaxSessions -> Max number of ssh sessions from one IP address 
 +  * AllowUsers -> Space-separated list of users allowed to connect 
 +  * PasswordAuthentication -> Whether to allow password authentication or not. 
 +  * GSSAPIAuthentication -> Authentication through GSSAPI enabled or disabled. Used for kerberos 
 +  * ClientAliveInterval -> Interval in seconds packets are sent to the client to see if the client is still alive. 
 +  * ClientAliveCountMax -> Number of client alive packets to send. 
 +  * UseDNS -> Use DNS name lookup to match an incoming IP address to name. (if on)
  
 ---- ----
  
  • linux_wiki/configure_additional_options_described_in_documentation.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)