Install the SSH service under Ubuntu and modify the SSH port

Source: Internet
Author: User
Tags ssh port

1.

To install the SSH service:

sudo apt-get install Openssh-server

Installing Ssh-client

sudo apt-get install openssh-client

2.

Verify that SSH is installed.

Ps-e | grep sshd
450? 00:00:00 sshd

If you see an sshd stating that the SSH service has started

If not started:

/etc/init.d/ssh start

3.

Modify the SSH port

SSH default Port 22, we change to 22000

To modify a step:

A> vi/etc/ssh/sshd_conf

Port 22 Change to 22000

B>/usr/sbin/sshd-p 22000

C> Service sshd Restart

Install the SSH service under Ubuntu and modify the SSH port

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.