Home > Article > Operation and Maintenance > Install ubuntu on VMware and secureCRT remote connection
Tools:
VMware: VMware-workstation-full_12.5.5.17738.exe
Ubuntu Image: ubuntu-16.04-server-amd64.iso
Remote connection tool--SecureCTR: securecrt8.0 Chinese cracked version @304_242483.exe
Installation steps:
[1] Install VMware; next step , check and agree to the next step, change the installation path to the next step, follow the default next step, and finally click Install.
VMware Workstation 12 serial number: 5A02H-AU243-TZJ49-GTC7K-3C61N Permanently valid
【2】Create a virtual machine
(1) Open VMware and click [Create a new virtual machine] on the home page;
(3) Keep the hardware compatibility as default, click [Next];
(4) Select [Install operating system later] , click [Next];
(5) Select Linux as the guest operating system, select Ubantu64-bit version, click [Next];
(6) The name of the virtual machine is arbitrary, and the installation location Select a disk with sufficient space and click [Next];
(7) The default number of processors is 1, click [Next];
(8) Specify 2GB of allocated memory, click [Next];
(9) Select Network Address Translation (NAT) (E) as the network type, click [Next];
(10) I/O controller and disk Select the recommended options for all types, click [Next];
(11) Disk selection to create a new virtual disk, click [Next];
(12) The disk size is more than 20GB, Split the virtual disk into multiple files, click [Next];
(13) Disk files are as desired, click [Next];
(14) Confirm that the information is correct, and click [Next] Complete];
(15) The virtual machine is successfully created. Click CD/DVD (SATA) on the left side of the new interface, select the ISO image file in the right pop-up box, and select the corresponding path, click [OK] (Prepare the iso image file on your computer first)
(16) Click the network adapter in the list on the left, select the bridge mode in the pop-up box on the right, and click [OK]; (Bridge mode Allow external remote access to this virtual machine, NAT mode only allows local access)
(17) After the settings are completed, click on the upper left to turn on this virtual machine and enter Ubuntu configuration;
(21) Press the ESC key, save the file and exit the command [:wq Enter]
(22) Restart the device: Command reboot
(23) After the device restarts, command: ifconfig to check whether the IP address has been modified
[4] The device remotely connects via ssh
(1) Command: apt-get update[ Enter]
(2) Command: apt-get install openssh-server
(3) Command: vi /etc/ssh/sshd_config, comment out the red box and add # in front of it , then copy a line followed by yes
## (4) Command: ps -ef |grep ssh (5) The tool SecureCRT successfully connected remotelyThe above is the detailed content of Install ubuntu on VMware and secureCRT remote connection. For more information, please follow other related articles on the PHP Chinese website!