I. Remote management of Linux servers using OpenSSH
SSHD is the server-side daemon of OpenSSH, and its corresponding Windows client software is Securecrt/xshell/putty and so on.
OpenSSH is generally installed by default on Linux systems and the installation directory is/etc/ssh. The corresponding server configuration file is/etc/ssh/sshd_config, and the options in the configuration file have the following meanings:
650) this.width=650; "src=" Https://s5.51cto.com/wyfs02/M00/99/EC/wKiom1lOiRnAvHFLAAaFCutyOzQ599.png "style=" float : none; "title=" screen shot 2017-06-22 21.55.54.png "alt=" Wkiom1loirnavhflaaafcutyozq599.png "/>
650) this.width=650; "src=" Https://s2.51cto.com/wyfs02/M02/99/EC/wKioL1lOiVvQXvVxAAZodIaln3o214.png "style=" float : none; "title=" screen shot 2017-06-22 21.56.11.png "alt=" Wkiol1loivvqxvvxaazodialn3o214.png "/>
After configuring the Sshd_config file, restart the sshd daemon for the modification to take effect (command: systemctl restart sshd);
The final step is to set up the SSHD service boot automatically, execute the following command: Systemctl enable sshd
Remotely manage Linux servers with OpenSSH