Ubuntu Installation Openssh-server,xinetd,vmware Tools

Source: Internet
Author: User

Determine if the SSH service is installed by using the following command:
Ps-e|grep SSH

1, sudo apt-get update---> software updated address changed, need to update native Sources.list, located in/etc/apt/sources.list.
2,$ sudo apt-get install Openssh-server


Start the service:

$ sudo/etc/init.d/ssh Start

or:$ sudo/etc/init.d/ssh Resart
Or:service ssh Restart

Uninstall openssh-client
$ sudo apt-get remove openssh-client

Uninstall Openssh-server
$ sudo apt-get remove openssh-server

Querying service startup status
SSHD status
OR:/ETC/INIT.D/SSHD status

Or:service sshd Status

SSH Service The default port is 22, change the port, use the following command to open the SSH configuration file:
sudo gedit/etc/ssh/sshd_config


After modifying the port number (port), restart the SSH service to take effect with the following command:
Sudo/etc/init.d/ssh restart

Installing XINETD

$ wget http://www.xinetd.org/xinetd-2.3.14.tar.gz$ tar-zcvf xinetd-2.3.14.tar.gz$ cd xinetd-2.3.14$./configure$ # Disable and/or remove inetd according to the situation $ sudo make install

  

installing VMware Tools

1, virtual machine settings, all optical drives, floppy disks are set to automatically check out.
2. Go to Ubuntu System and click on the menu bar->vm-> install VMware Tools.
3, wait for desktop pop-up Vmtoos install package double-click Open, right-click Extract, select Extract to Home directory.
4, after the extraction is complete, run in the terminal with root privileges:./vmware-install.pl
5, always enter, the installation is successful.

Ubuntu Installation Openssh-server,xinetd,vmware Tools

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.