SSH remote login and file transfer

Tip: Configured image, username: jetson original password: yahboom

1. Remote login tutorial

  1. First determine the IP address of your board.

Method 1: Directly during the system installation process, open the command prompt through ctr+Alt+T in the interface and enter: ifconfig

Find the IP address of the corresponding wired network card eth0. If you have purchased a wireless network card, please see the address under wlan.

Method 2: You can log in to the wireless router management system and find the IP address of the board.

  1. Open puttY and enter the IP address and port number below. The default system has enabled the ssh service.

image-2023040600001

Finally, open Open and click Yes as prompted below.

image-2023040600002

  1. Enter the login name we entered when installing the system, for example, nano here.

image-20241008113512628

Then enter the password and enter the terminal mode.

Note: Enter the password here, the password you enter is hidden, just press Enter after entering

image-2023040600004

2. Remote file transfer tutorial

Sometimes we need to transfer files between two different systems, Windows and Linux. Since these are two different file systems, we need to use the so-called ssh service to transfer files across systems. Here I use winSCP software to transfer, which is simple and easy to use.

Enter the IP address, user name, and password of the new site and click Login. If the above information is not modified, you can save it directly and enter the corresponding user system next time.

image-2023040600006

The following interface appears, which means the login is successful

The left side is the window side, and the right side is the Linux system side. You can directly drag and drop files to the other side for file transfer, or right-click the file to select the corresponding operation, such as move, delete, etc.

Click Login and the following interface will be displayed after the login is successful. The left side is the folder of the win computer, and the right side is the folder of nano.

image-2023040600007

There are three ways to transfer files. The first is to directly drag the file from the left to the right, or from the right to the left. The system will automatically copy a file and transfer it.

The second method is to select the file with the mouse and then press the F5 key, and the selected file will be copied to the other side.

The third method is to select the file and click the right button of the mouse. If it is transferred from a win computer to nano, click upload.

image-2023040600008

A prompt will pop up, you can choose not to prompt again, and click OK, and the file will be automatically transferred.

image-2023040600009

If you transfer files from nano to a win computer, press the right button of the mouse to select the file and select Download

image-2023040600010