SECURECRT the remote system refused the connection. Solution

Source: Internet
Author: User

Linux Platform: Ubuntu10.04

Windows platform: WIN10 64-bit

This problem was encountered when using the Telnet tool SECURECRT:

SECURECRT the remote system refused the connection

The reason for this problem is that Ubuntu does not have OpenSSH installed. SSH Split-client openssh-client and server-side openssh-server,openssh-client are clients, openssh-server are service-side. Of course, to determine whether the machine is installed SSH service, you can use the following command:

SSH localhost

If feedback:
Ssh:connect to host localhost Port 22:connection refused

The description is not installed. So in the terminal input:

sudo apt-get install openssh-client

Install Openssh-client

sudo apt-get install Openssh-server

Install Openssh-server.

After installation, terminal input:

Ps-e|grep SSH

If feedback:

1418? 00:00:00 sshd

Description Ssh-server has been started. Of course, you can also type:

Service SSH Start

To start the service. When you connect the CRT again, you will find that it has been resolved.

Note: In order to solve the problem of slow installation on line, attach the package download address for Ubuntu10.04 version.

http://download.csdn.net/detail/u011552404/9373562



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.