Install OpenSSH remotely on Ubuntu

Source: Internet
Author: User
By default, sshclient is installed on Ubuntu, but Server is not installed. Therefore, first install the ssh-server service. Command: sudoapt-getinstallopenssh-serverUbuntu the default SSHclient installed is openssh-client. If your system is not installed, use apt-get to install it. Then confirm whether the sshserver is started. The command is as follows: ps-e |

The ssh client is installed in Ubuntu by default, but the Server is not installed. Therefore, first install the ssh-server service. The command is as follows:

Sudo apt-get install openssh-server

The default SSH client installed in Ubuntu is openssh-client. If your system is not installed, use apt-get to install it. Then confirm whether the sshserver is started,

The command is as follows:

Ps-e | grep ssh

Or

Netstat-antp | grep 22

If only ssh-agent is available, the ssh-server has not been started. You need/etc/init. d/ssh start or service ssh start. If you see sshd, the ssh-server has been started.

The ssh-server configuration file is located in/etc/ssh/sshd_config. Here, you can define the SSH service port. The default port is 22. You can define other port numbers, such as 222. Then restart the SSH service:

Sudo/etc/init. d/ssh restart

Then you can use xshell4 to connect to the remote host.

OpenSSH details: Click here
OpenSSH: Click here

Reading:

Solve http://www.linuxidc.com/Linux/2013-07/86879.htm with latency issues during OpenSSH Remote Login

Ubuntu 12.10 OpenSSH offline Installation Method http://www.linuxidc.com/Linux/2013-04/82814.htm

OpenSSH upgrade steps and precautions http://www.linuxidc.com/Linux/2013-04/82123.htm

OpenSSH common users cannot log on to several cases solution http://www.linuxidc.com/Linux/2012-05/59457.htm

General thread: OpenSSH key management, Part 1 RSA/DSA certified http://www.linuxidc.com/Linux/2011-08/39871.htm

RedHat install OpenSSH and configure sftp lock directory http://www.linuxidc.com/Linux/2012-12/75398.htm

For more information about Ubuntu, see Ubuntu special page http://www.linuxidc.com/topicnews.aspx? Tid = 2

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.