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