Use IP address to log in to Linux server in Windows system

Server and its role

What is a server?

Server : Also called server, it is a high-performance computer that provides computing services. The server can be regarded as a computer with powerful configuration and independent operating system. The core system is a server based on Linux , We all call it a Linux server .

The composition of the server

  • processor
  • hard disk
  • RAM
  • System bus
    ...

Why build a server?

Servers have higher requirements in terms of processing power, stability, reliability, security, scalability, and manageability.
Servers and computers have the same functions. Servers can also be called computers, but servers have higher requirements for stability and security and processor data capabilities. For example, when we browse a website at any time, we find that this website can be accessed 24 hours a day. The reason is that the website server cannot be shut down, it must be ensured to operate stably for a long time, and it must be visited by many people simultaneously.

Log in to the server using IP address

First introduce the login method of the server

Only runningElastic Cloud ServerOnly allow users to log in.

The ways to log in to the Linux elastic cloud server are: VNC login and SSH login .

VNC方式登录

An elastic cloud server that is not bound with an elastic public IP can be directly logged in through the remote login method provided by the management console.

SSH方式登录

Only applicable to Linux elastic cloud servers. You can use remote login tools (such as PuTTY, SecureCRT) to log in to the elastic cloud server. At this time, the elastic cloud server needs to be bound to the elastic public network IP.

SecureCRT tutorial

Installation tutorial
jihuo video, see the blogger's comments below,
use the tutorial
Perfect Sprinkle
Insert picture description here

Guess you like

Origin blog.csdn.net/qq_44520665/article/details/112557751