How to configure SSH under Linux system? How do I turn on ssh?

Source: Internet
Author: User

SSH is an important way for Linux remote connection, how to configure the SSH service to install Linux system, how to open ssh? Let's take a look at it below (this example shows how to open the SSH service for the CentOS system)


1. Log in to the Linux system and open the Terminal command. Enter Rpm-qa |grep ssh to find out if the current system is installed


2. If you do not have an SSH package installed, you can install it through the Yum or RPM installation package (not specific)


Start the SSH serviceOnce the installation is done, the SSH service is turned on. SSH services are generally called SSHD
    1. command line input Service sshd start can start or use/etc/init.d/sshd start


Configure \ View sshd ports

View or edit an SSH service configuration file, such as Vi/etc/ssh/sshd_config

If you want to modify the port, change the default port behind Port 22 to other ports (note the previous # number to be removed)



Remote connection SSH

If you need to connect to SSH remotely, you need to open the 22 port on the firewall.

. Turn off the firewall, or set the 22 port exception



Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

How to configure SSH under Linux system? How do I turn on ssh?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.