linux_wiki:configure_additional_options_described_in_documentation

This is an old revision of the document!


Configure Additional Options Described In Documentation

General Information

Additional SSH options.


Initial Setup

Install package and generates system keys (should almost always be installed)

yum install openssh-server
  • openssl is a dependency


Enable and start sshd

systemctl enable sshd
systemctl start sshd


Allow through firewall

firewall-cmd --permanent --add-service=ssh
firewall-cmd --reload


SSH Daemon config file: /etc/ssh/sshd_config


  • linux_wiki/configure_additional_options_described_in_documentation.1473213402.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)