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

linux_wiki:configure_additional_options_described_in_documentation [2016/09/06 21:59]
billdozor [Initial Setup]
linux_wiki:configure_additional_options_described_in_documentation [2019/05/25 23:50]
Line 1: Line 1:
-====== Configure Additional Options Described In Documentation ====== 
- 
-**General Information** 
- 
-Additional SSH options. 
- 
----- 
- 
-====== Initial Setup ====== 
- 
-Install package and generates system keys (should almost always be installed) 
-<code bash> 
-yum install openssh-server 
-</code> 
-  * openssl is a dependency 
- 
-\\ 
-Enable and start sshd 
-<code bash> 
-systemctl enable sshd 
-systemctl start sshd 
-</code> 
- 
-\\ 
-Allow through firewall 
-<code bash> 
-firewall-cmd --permanent --add-service=ssh 
-firewall-cmd --reload 
-</code> 
- 
-====== SSHD Config File ====== 
- 
-  * SSH Daemon config file: /etc/ssh/sshd_config 
-    * Configure additional options here 
- 
----- 
  
  • linux_wiki/configure_additional_options_described_in_documentation.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)