# Remote connection to the Linux system requires a software with SSH function, such as Xshell or MobaXterm.
First download and install a MobaXterm software. The download and installation process will not be described in detail. (Recommended learning: linux tutorial)
Click this Sessions button, here is the saved remote Connection
Right-click in the blank space, New Sessions means to create a new remote connection
Choose to create a new SSH connection
##Fill in the address of the remote connection and the logged-in system user name. The address is the IP address of your own Linux server.
If the username is not saved, it needs to be filled in when logging in.
You also need to fill in the password when logging in for the first time. Please note that when filling in the password, after entering a character in the Linux system, nothing will be displayed on the screen, but it has actually been entered. After entering, press Enter and try to log in. You can see whether the result password is correct.
This is the interface after successful login
The above is the detailed content of How to connect remotely in linux. For more information, please follow other related articles on the PHP Chinese website!