It turns out that SecureCRT can not only connect to Linux on the Development Board through serial port, but also connect to Ubuntu on the Virtual Machine. out, select the SSH connection method and enter the Ubuntu ip address in the virtual machine, then, enter the username and password in Ubuntu to connect and allow connections from multiple ports. SecureCRT can be used not only to log on to Linux in the Development Board, but also to log on to Linux in the virtual machine. Now we will detail the specific operations: 1, Ubu
It turns out that SecureCRT can not only connect to Linux on the Development Board through serial port, but also connect to Ubuntu on the virtual machine.
Select the SSH connection method, enter the Ubuntu ip address in the VM, enter the username and password in Ubuntu, and connect to the VM, and allow connections from multiple ports.
SecureCRT can be used not only to log on to Linux in the Development Board, but also to log on to Linux in the virtual machine.
The following operations are detailed:
1. There is no ssh in Ubuntu by default. In the terminal: ssh localhost, the prompt "resufed" indicates that you have not installed it yet. The ssh file cannot be found in/etc/init. d.
Install: apt-get install openssh-server openssh-client
You can find ssh under/etc/init. d/and restart,
In this way, the configuration in Ubuntu is OK.
At this point, we need to make sure that Ubuntu can be pinged with windows.
2. Quick link in CRT. Configuration Description: SSH2 is the second Link Method for SSH service; host name is your Ubuntu ip address; user name is your name in Ubuntu; for example:
Click the link and it will appear in a few seconds. enter your password:
In this way, you can OK:
Supplement: solve Chinese garbled characters in CRT. Go to session options ---> appearance --> select character encoding as UTF-8