Install, start, and uninstall ssh under Ubuntu

Source: Internet
Author: User

You want to copy the code to Ubuntu on a VMware virtual machine and find that the previously installed SECURECRT link is not. found that the SSH installation configuration is a problem, so the Openssh-server uninstall after the reload, and found that is inconsistent with the Openssh-client version (the client is the Ubuntu system comes with the installation), and then the openssh-client uninstall after reloading , and finally solved the problem. OpenSSH installed quickly, so the problem of direct unloading load or relatively simple and neat. Here are the related actions:
1. First stop SSH service: sudo stop ssh
2. Uninstall Openssh-server:apt-get Remove Openssh-server
3. Uninstall Openssh-client:apt-get Remove Openssh-client
4, installation Openssh-server:apt-get install Openssh-server
5, installation Openssh-client:apt-get install Openssh-client
6. After the installation is complete, start the service: Sudo/etc/init.d/ssh start

7. After starting, check whether the service starts correctly: Ps-e|grep SSH

8. Confirm that Ssh-server is working properly: NETSTAT-TLP

Install, start, and uninstall ssh under Ubuntu

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.