Linux practical articles - remote operation

Remote login Linux-Xshell5

  • Xshell is currently the best software for remote login to linux operation. It has smooth speed and perfectly solves the problem of Chinese garbled characters. It is the preferred software for programmers at present.
  • Xshell is a powerful security terminal emulation software, it supports SSH1, SSH2 and TELENT protocol of Microsoft Windows platform
  • Xshell can be used to access servers under different remote systems under the windows interface, so as to better achieve the purpose of remote control of the terminal

Tip: When using xshell, you need to start a sshd service in linux

How does CentOS7 check whether the SSH/SSHD service is enabled?

  • Check status:systemctl status sshd.service
  • Start the service:systemctl start sshd.service
  • Restart the service:systemctl restart sshd.service
  • Self-starting at boot:systemctl enable sshd.service

After the Xshell installation is complete, create a new session

Check the Linux IP first
linux ip
and create a new connection in Xshell.

You can click the connection directly, or click OK and then double-click the connection name on
the left to fill in the user name and password. The user name here refers to the user name and password of the connected linux. . After the connection is successful:

try remote operation:

this will create a new file in the home directory by remote means

Remote upload and download files Xftp

Xftp is a powerful SFTP and FTP file transfer software based on windows platform. With Xftp, Windows users can securely transfer files between UNIX/Linux and Windows PCs.


After the connection is successful :

Windows is on the left, and Linux is on the right.
Right-click the Windows file, click Transfer, and it will be sent to Linux

. Open the root folder under Linux, and you can see that the photo has been transferred

. The file on Linux can also pass the same transfer to windows

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324135049&siteId=291194637