CN113067834A - Method for remotely controlling server based on Web browser - Google Patents
Method for remotely controlling server based on Web browser Download PDFInfo
- Publication number
- CN113067834A CN113067834A CN202110387302.9A CN202110387302A CN113067834A CN 113067834 A CN113067834 A CN 113067834A CN 202110387302 A CN202110387302 A CN 202110387302A CN 113067834 A CN113067834 A CN 113067834A
- Authority
- CN
- China
- Prior art keywords
- server
- web
- web browser
- interface
- host
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/16—Implementing security features at a particular protocol layer
- H04L63/168—Implementing security features at a particular protocol layer above the transport layer
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/02—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
- H04L67/025—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP] for remote control or remote monitoring of applications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/14—Session management
- H04L67/141—Setup of application sessions
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/16—Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
- H04L69/161—Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields
- H04L69/162—Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields involving adaptations of sockets based mechanisms
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computer Security & Cryptography (AREA)
- Computer Hardware Design (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- Computer And Data Communications (AREA)
- Telephonic Communication Services (AREA)
Abstract
The invention discloses a method for remotely controlling a server based on a Web browser, which comprises the following steps: s1: a Web browser initiates a WebSocket request for connecting a remote host where a managed server is located; s2: the server receives and analyzes the Web Socket request, and the remote connection server establishes an SSH channel; meanwhile, establishing a Web Socket channel with a Web browser to complete the establishment of the channel; s3: the Web browser sends a command to the server through a channel established by the server; the server returns execution result data to the Web browser after executing the command; s4: and the Web browser acquires the result data, processes the result data, and displays and outputs the result data. The invention sets the server, establishes a channel between the Web browser and the server through the Web Socket, establishes a channel between the server and the remote control server through the SSH protocol, and realizes the remote control of the server by the Web browser.
Description
Technical Field
The invention relates to a method for controlling a server, in particular to a method for remotely controlling the server through a Web browser based on Web Socket and SSH protocols.
Background
SSH is an abbreviation for Secure Shell, made by the IETF Network Group (Network Working Group); SSH is a security protocol built on an application layer basis. SSH is currently a relatively reliable protocol that provides security for telnet sessions and other web services. The SSH protocol can effectively prevent the problem of information leakage in the remote management process. SSH clients are applicable to a variety of platforms. Almost all UNIX platforms, including HP-UX, Linux, AIX, Solaris, Digital UNIX, Irix, and others, can run SSH, which is the mainstream remote management connection protocol at present and is widely used in the field of operation, maintenance and management.
At present, the management tools for remotely connecting Linux/UNIX by SSH, which are commonly used for operation and maintenance, include PuTTY, xshell, Secure CRT, etc., and although Linux/UNIX can be conveniently remotely logged in by using the management tools, the following disadvantages exist: 1. SSH remote management tool software needs to be installed on a computer of each operation and maintenance personnel; 2. SSH management tool configurations of different operation and maintenance personnel cannot be synchronized; 3. the command operation logs of the operation and maintenance personnel cannot be collected and managed in a unified and centralized manner; 4. unified authority management and account management cannot be performed on operation and maintenance personnel; 5. the operation and maintenance management terminal needs to be in the same IP subnet with the managed server.
Web Socket is a protocol for full duplex communication over a single TCP connection. The Web Socket communication protocol was specified by IETF as standard RFC 6455 in 2011 and is supplemented by RFC 7936. The Web Socket API is also standardized by W3C. The Web Socket enables data exchange between the client and the server to be simpler, and allows the server to actively push data to the client. In the Web Socket API, the browser and the server only need to complete one handshake, and persistent connection can be directly established between the browser and the server, and bidirectional data transmission is carried out. Therefore, it is necessary to design a method for remotely controlling a server based on a Web browser.
Disclosure of Invention
The technical problem to be solved by the invention is to provide a method for remotely controlling a server based on a Web browser, which comprises the steps of setting a server, establishing a channel between the Web browser and the server through a Web Socket, and establishing a channel between the server and the remote control server through an SSH protocol, so as to realize the remote control of the server by the Web browser.
The technical scheme adopted by the invention for solving the technical problems is to provide a method for remotely controlling a server based on a Web browser, which comprises the following steps: s1: the method comprises the steps that a Web browser initiates a Web Socket request for connecting a remote host where a managed server is located; s2: the server receives and analyzes the Web Socket request, and remotely connects the server to establish an SSH channel according to the Web Socket request; meanwhile, responding to the Web Socket request and establishing a Web Socket channel with a Web browser to complete channel establishment; s3: the Web browser sends a command to a host where the server is located through a channel established by the server; the server returns execution result data to the Web browser after executing the command; s4: and the Web browser acquires the result data, processes the result data, and displays and outputs the result data.
Further, the server comprises an HTTP/Web Socket processing unit, an input processing unit, an SSH connection processing unit, an output playback unit and a log processing unit, wherein the HTTP/Web Socket processing unit is connected to a Web browser, and the SSH connection processing unit is remotely connected to a server.
Further, the Web browser initiates a Web Socket request to the server through the front-end Web program, in step S1, the Web Socket request is sent to the server through the Web browser loaded with the front-end Web program, the Web Socket request includes summary information of a host where the server to be connected is located, and the summary information of the host includes a host IP and a host ID.
Further, the step S2 includes: s21: the HTTP/Web Socket processing unit of the server analyzes the Web Socket request, obtains abstract information of a host where the server to be connected is located, queries a database according to a host IP and a host ID, and obtains an SSH authentication user password of the host; s22: the SSH connection processing unit of the server side remotely connects the host through an SSH protocol by an SSH authentication user password of the host, and establishes an SSH channel with the host; s23: the Web browser establishes a Web Socket channel with a server by using an Attach Addon method of an Xterm. js plug-in for inputting a command and displaying an execution result of the command back.
Further, the step S3 includes: s31: the method comprises the steps that a Web browser inputs a command and sends the command to an HTTP/Web Socket processing unit through a Web Socket channel, and the HTTP/Web Socket processing unit forwards data to an stdin pipeline after processing the input command; s32: the input processing unit forwards the data of the stdin pipeline to an stdin standard input of the SSH channel, and meanwhile, the log processing unit writes the data of the stdin pipeline into a user operation log; s33: the server of the remote host acquires stdin standard input, and returns stdout data after executing a command according to input content, and the SSH channel returns the stdout data to the output playback unit of the server; s34: the output playback unit writes stdout data of the SSH channel into the Web Socket channel and returns the stdout data to the Web browser, and meanwhile, the log processing unit writes the stdout data into a user operation log.
Further, the front-end Web program sets a platform login entry interface for account login to enter a management background; the account number comprises a general account number and an administrator account number, and the general account number is used for inquiring and logging in connection and inquiring and exporting logs; the administrator account performs platform user management, server management, and log management.
Furthermore, the server is provided with a platform account management interface, the platform account management interface comprises an inquiry interface, a new interface, a deletion interface, a modification interface and a login interface, and the front-end Web program carries out inquiry, addition, deletion, modification and login operations of a user by calling the platform account management interface; the server sets authority classification according to the account number type; the server is provided with a log query interface, and the front-end Web program queries and exports logs by calling the operation log query interface.
Furthermore, the server side is provided with a server management interface which comprises a server query interface, a newly added interface, a deleted interface, a modified interface and a login interface, and the front-end Web program carries out query, addition, deletion, modification and login operations of the managed server by calling the server management interface; and the server performs grouping control on the server.
Further, the Web browser realizes input and playback output through an Xterm analog display terminal.
Compared with the prior art, the invention has the following beneficial effects: the method for remotely controlling the server based on the Web browser, provided by the invention, comprises the steps of setting the server, establishing a channel between the Web browser and the server through a Web Socket, establishing a channel between the server and the remote control server through an SSH protocol, realizing centralized configuration and management of the Linux/unix server under the SSH protocol, uniformly managing and distributing account number authorities of operation and maintenance personnel, uniformly collecting and managing operation command logs of the operation and maintenance personnel, enabling the network where the operation and maintenance personnel are located not to be in the same subnet as the server, realizing more safety and controllability and being beneficial to uniform management.
Drawings
FIG. 1 is a flowchart of a method for remotely controlling a server based on a Web browser according to an embodiment of the present invention;
fig. 2 is a diagram of a server architecture in an embodiment of the invention.
Detailed Description
The invention is further described below with reference to the figures and examples.
Fig. 1 is a flowchart of a method for remotely controlling a server based on a Web browser according to an embodiment of the present invention.
Referring to fig. 1, a method for remotely controlling a server based on a Web browser according to an embodiment of the present invention includes the following steps:
s1: the method comprises the steps that a Web browser initiates a Web Socket request for connecting a remote host where a managed server is located;
s2: the server receives and analyzes the Web Socket request, and remotely connects the server to establish an SSH channel according to the Web Socket request; meanwhile, responding to the Web Socket request and establishing a Web Socket channel with a Web browser to complete channel establishment;
s3: the Web browser sends a command to a host where the server is located through a channel established by the server; the server returns execution result data to the Web browser after executing the command;
s4: and the Web browser acquires the result data, processes the result data, and displays and outputs the result data. The Web browser realizes input and playback output through the Xterm analog display terminal.
Referring to fig. 2, in the method for remotely controlling a server based on a Web browser according to the embodiment of the present invention, a server includes an HTTP/Web Socket processing unit, an input processing unit, an SSH connection processing unit, an output playback unit, and a log processing unit, where the HTTP/Web Socket processing unit is connected to the Web browser, and the SSH connection processing unit is remotely connected to the server.
Specifically, the Web browser initiates a Web Socket request to the server through the front-end Web program, in step S1, the Web Socket request is sent to the server through the Web browser loaded with the front-end Web program, the Web Socket request includes summary information of a host where the server to be connected is located, and the summary information of the host includes a host IP and a host ID.
Specifically, step S2 includes:
s21: the HTTP/Web Socket processing unit of the server analyzes the Web Socket request, obtains abstract information of a host where the server to be connected is located, queries a database according to a host IP and a host ID, and obtains an SSH authentication user password of the host;
s22: the SSH connection processing unit of the server side remotely connects the host through an SSH protocol by an SSH authentication user password of the host, and establishes an SSH channel with the host;
s23: the Web browser establishes a Web Socket channel with a server by using an Attach Addon method of an Xterm. js plug-in for inputting a command and displaying an execution result of the command back.
Specifically, step S3 includes:
s31: the method comprises the steps that a Web browser inputs a command and sends the command to an HTTP/Web Socket processing unit through a Web Socket channel, and the HTTP/Web Socket processing unit forwards data to an stdin pipeline after processing the input command;
s32: the input processing unit forwards the data of the stdin pipeline to an stdin standard input of the SSH channel, and meanwhile, the log processing unit writes the data of the stdin pipeline into a user operation log;
s33: the server of the remote host acquires stdin standard input, and returns stdout data after executing a command according to input content, and the SSH channel returns the stdout data to the output playback unit of the server;
s34: the output playback unit writes stdout data of the SSH channel into the Web Socket channel and returns the stdout data to the Web browser, and meanwhile, the log processing unit writes the stdout data into a user operation log.
According to the method for remotely controlling the server based on the Web browser, disclosed by the embodiment of the invention, a front-end Web program is provided with a platform login entry interface for an account to login and enter a management background; the account number comprises a general account number and an administrator account number, and the general account number is used for inquiring and logging in connection and inquiring and exporting logs; the administrator account performs platform user management, server management, and log management. The server side is provided with a platform account management interface, the platform account management interface comprises a query interface, a newly added interface, a deletion interface, a modification interface and a login interface, and the front-end Web program carries out query, addition, deletion, modification and login operations of a user by calling the platform account management interface; the server sets authority classification according to the account number type; the server is provided with a log query interface, and the front-end Web program queries and exports logs by calling the operation log query interface.
Preferably, the server sets a server management interface, including a server query interface, a new addition interface, a deletion interface, a modification interface and a login interface, and the front-end Web program performs query, addition, deletion, modification and login operations of the managed server by calling the server management interface; the server side can perform grouping management on the servers.
In summary, in the method for remotely controlling the server based on the Web browser according to the embodiment of the present invention, the server is set, the channel between the Web browser and the server is established through the Web Socket, the channel between the server and the remote control server is established through the SSH protocol, under the SSH protocol, the Linux/unix server is centrally configured and managed, the account permissions of the operation and maintenance personnel can be uniformly managed and allocated, the operation command logs of the operation and maintenance personnel are uniformly collected and managed, and the network where the operation and maintenance personnel are located does not need to be in the same subnet as the server, so that the method is safer and more controllable, and is beneficial to uniform management.
Although the present invention has been described with respect to the preferred embodiments, it will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the invention as defined by the appended claims.
Claims (9)
1. A method for remotely controlling a server based on a Web browser is characterized by comprising the following steps:
s1: the method comprises the steps that a Web browser initiates a Web Socket request for connecting a remote host where a managed server is located;
s2: the server receives and analyzes the Web Socket request, and remotely connects the server to establish an SSH channel according to the Web Socket request; meanwhile, responding to the Web Socket request and establishing a Web Socket channel with a Web browser to complete channel establishment;
s3: the Web browser sends a command to a host where the server is located through a channel established by the server; the server returns execution result data to the Web browser after executing the command;
s4: and the Web browser acquires the result data, processes the result data, and displays and outputs the result data.
2. The method for remotely controlling the server based on the Web browser as claimed in claim 1, wherein the server comprises an HTTP/Web Socket processing unit, an input processing unit, an SSH connection processing unit, an output playback unit and a log processing unit, the HTTP/Web Socket processing unit is connected to the Web browser, and the SSH connection processing unit is remotely connected to the server.
3. The method according to claim 2, wherein the Web browser initiates a Web Socket request to the server through a front-end Web program, and in step S1, the Web Socket request is sent to the server through the Web browser loaded with the front-end Web program, the Web Socket request includes summary information of a host where the server to be connected is located, and the summary information of the host includes a host IP and a host ID.
4. The Web browser-based remote control server method according to claim 3, wherein the step S2 includes:
s21: the HTTP/Web Socket processing unit of the server analyzes the Web Socket request, obtains abstract information of a host where the server to be connected is located, queries a database according to a host IP and a host ID, and obtains an SSH authentication user password of the host;
s22: the SSH connection processing unit of the server side remotely connects the host through an SSH protocol by an SSH authentication user password of the host, and establishes an SSH channel with the host;
s23: the Web browser establishes a Web Socket channel with a server by using an Attach Addon method of an Xterm. js plug-in for inputting a command and displaying an execution result of the command back.
5. The Web browser-based remote control server method according to claim 4, wherein the step S3 includes:
s31: the method comprises the steps that a Web browser inputs a command and sends the command to an HTTP/Web Socket processing unit through a Web Socket channel, and the HTTP/Web Socket processing unit forwards data to an stdin pipeline after processing the input command;
s32: the input processing unit forwards the data of the stdin pipeline to an stdin standard input of the SSH channel, and meanwhile, the log processing unit writes the data of the stdin pipeline into a user operation log;
s33: the server of the remote host acquires stdin standard input, and returns stdout data after executing a command according to input content, and the SSH channel returns the stdout data to the output playback unit of the server;
s34: the output playback unit writes stdout data of the SSH channel into the Web Socket channel and returns the stdout data to the Web browser, and meanwhile, the log processing unit writes the stdout data into a user operation log.
6. The method for remotely controlling the server based on the Web browser as claimed in claim 3, wherein the front-end Web program sets a platform login entry interface for account login to enter a management background; the account number comprises a general account number and an administrator account number, and the general account number is used for inquiring and logging in connection and inquiring and exporting logs; the administrator account performs platform user management, server management, and log management.
7. The method for remotely controlling the server based on the Web browser as claimed in claim 6, wherein the server is provided with a platform account management interface, the platform account management interface comprises an inquiry interface, a new adding interface, a deleting interface, a modifying interface and a login interface, and the front-end Web program carries out inquiry, adding, deleting, modifying and login operations of a user by calling the platform account management interface; the server sets authority classification according to the account number type; the server is provided with a log query interface, and the front-end Web program queries and exports logs by calling the operation log query interface.
8. The method according to claim 3, wherein the server sets a server management interface including a server query interface, an add-on interface, a delete interface, a modify interface and a login interface, and the front-end Web program performs query, add, delete, modify and login operations of the managed server by calling the server management interface; and the server performs grouping control on the server.
9. The method of claim 1, wherein the Web browser implements input and redisplay output through an Xterm analog display terminal.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110387302.9A CN113067834A (en) | 2021-04-09 | 2021-04-09 | Method for remotely controlling server based on Web browser |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110387302.9A CN113067834A (en) | 2021-04-09 | 2021-04-09 | Method for remotely controlling server based on Web browser |
Publications (1)
Publication Number | Publication Date |
---|---|
CN113067834A true CN113067834A (en) | 2021-07-02 |
Family
ID=76566199
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202110387302.9A Pending CN113067834A (en) | 2021-04-09 | 2021-04-09 | Method for remotely controlling server based on Web browser |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN113067834A (en) |
Cited By (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113794760A (en) * | 2021-09-07 | 2021-12-14 | 德讯科技股份有限公司 | SSH access and audit method for supporting multi-user cooperation based on H5 webpage browser |
CN113873028A (en) * | 2021-09-24 | 2021-12-31 | 国家石油天然气管网集团有限公司华南分公司 | A kind of remote maintenance method, device and computer readable storage medium |
CN114385377A (en) * | 2021-12-13 | 2022-04-22 | 浙江电子口岸有限公司 | Method and device for real-time processing and displaying of logs |
CN114531498A (en) * | 2021-12-22 | 2022-05-24 | 杭州博盾习言科技有限公司 | Data transmission method and device, electronic equipment and storage medium |
CN115022101A (en) * | 2022-08-10 | 2022-09-06 | 深圳竹云科技股份有限公司 | Account data changing method and device, computer equipment and storage medium |
CN115396413A (en) * | 2022-07-15 | 2022-11-25 | 睿云联(厦门)网络通讯技术有限公司 | A large-capacity packet capture and export method, device and medium in building intercom |
CN116743728A (en) * | 2023-08-11 | 2023-09-12 | 深圳竹云科技股份有限公司 | Application operation and maintenance method, system, equipment and storage medium |
CN118283021A (en) * | 2023-09-21 | 2024-07-02 | 广州通则康威科技股份有限公司 | Remote debugging data processing method, system and storage medium |
Citations (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1933418A (en) * | 2005-09-14 | 2007-03-21 | 华为技术有限公司 | Network management system and method using simple network management protocol |
CN1949765A (en) * | 2005-10-10 | 2007-04-18 | 华为技术有限公司 | Method and system for obtaining SSH host computer public key of device being managed |
KR20110118000A (en) * | 2010-04-22 | 2011-10-28 | 한국전자통신연구원 | Interworking device of web browser and local resource in mobile terminal and method |
CN105812406A (en) * | 2014-12-29 | 2016-07-27 | 北京神州泰岳软件股份有限公司 | Information transmission method and device based on WEB simulation terminal system |
CN105872019A (en) * | 2016-03-23 | 2016-08-17 | 北京搜狐新媒体信息技术有限公司 | Method and device for logging in Docker container by Web end |
CN107493344A (en) * | 2017-08-29 | 2017-12-19 | 郑州云海信息技术有限公司 | A kind of method and system of web access Docker containers |
CN107608763A (en) * | 2017-09-26 | 2018-01-19 | 中国科学院声学研究所 | A kind of method for entering Docker container operations by Web browser |
CN109768999A (en) * | 2019-03-14 | 2019-05-17 | 成都安恒信息技术有限公司 | A kind of SSH multichannel TCP agent method based on WebSocket |
US10511584B1 (en) * | 2016-09-29 | 2019-12-17 | Amazon Technologies, Inc. | Multi-tenant secure bastion |
CN111221665A (en) * | 2019-12-25 | 2020-06-02 | 中科曙光国际信息产业有限公司 | Container remote login method and device based on browser |
CN112437047A (en) * | 2020-11-05 | 2021-03-02 | 北京浪潮数据技术有限公司 | Remote server management method, system and related device |
US20210099553A1 (en) * | 2016-11-28 | 2021-04-01 | Wallix | Integration of a standard network protocol layer in a web browser by compilation to webassembly and use of a websocket |
-
2021
- 2021-04-09 CN CN202110387302.9A patent/CN113067834A/en active Pending
Patent Citations (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1933418A (en) * | 2005-09-14 | 2007-03-21 | 华为技术有限公司 | Network management system and method using simple network management protocol |
CN1949765A (en) * | 2005-10-10 | 2007-04-18 | 华为技术有限公司 | Method and system for obtaining SSH host computer public key of device being managed |
KR20110118000A (en) * | 2010-04-22 | 2011-10-28 | 한국전자통신연구원 | Interworking device of web browser and local resource in mobile terminal and method |
CN105812406A (en) * | 2014-12-29 | 2016-07-27 | 北京神州泰岳软件股份有限公司 | Information transmission method and device based on WEB simulation terminal system |
CN105872019A (en) * | 2016-03-23 | 2016-08-17 | 北京搜狐新媒体信息技术有限公司 | Method and device for logging in Docker container by Web end |
US10511584B1 (en) * | 2016-09-29 | 2019-12-17 | Amazon Technologies, Inc. | Multi-tenant secure bastion |
US20210099553A1 (en) * | 2016-11-28 | 2021-04-01 | Wallix | Integration of a standard network protocol layer in a web browser by compilation to webassembly and use of a websocket |
CN107493344A (en) * | 2017-08-29 | 2017-12-19 | 郑州云海信息技术有限公司 | A kind of method and system of web access Docker containers |
CN107608763A (en) * | 2017-09-26 | 2018-01-19 | 中国科学院声学研究所 | A kind of method for entering Docker container operations by Web browser |
CN109768999A (en) * | 2019-03-14 | 2019-05-17 | 成都安恒信息技术有限公司 | A kind of SSH multichannel TCP agent method based on WebSocket |
CN111221665A (en) * | 2019-12-25 | 2020-06-02 | 中科曙光国际信息产业有限公司 | Container remote login method and device based on browser |
CN112437047A (en) * | 2020-11-05 | 2021-03-02 | 北京浪潮数据技术有限公司 | Remote server management method, system and related device |
Cited By (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113794760A (en) * | 2021-09-07 | 2021-12-14 | 德讯科技股份有限公司 | SSH access and audit method for supporting multi-user cooperation based on H5 webpage browser |
CN113873028A (en) * | 2021-09-24 | 2021-12-31 | 国家石油天然气管网集团有限公司华南分公司 | A kind of remote maintenance method, device and computer readable storage medium |
CN113873028B (en) * | 2021-09-24 | 2024-11-15 | 国家石油天然气管网集团有限公司华南分公司 | Remote maintenance method, device and computer readable storage medium |
CN114385377A (en) * | 2021-12-13 | 2022-04-22 | 浙江电子口岸有限公司 | Method and device for real-time processing and displaying of logs |
CN114531498A (en) * | 2021-12-22 | 2022-05-24 | 杭州博盾习言科技有限公司 | Data transmission method and device, electronic equipment and storage medium |
CN114531498B (en) * | 2021-12-22 | 2024-01-09 | 杭州博盾习言科技有限公司 | Data transmission method, device, electronic equipment and storage medium |
CN115396413A (en) * | 2022-07-15 | 2022-11-25 | 睿云联(厦门)网络通讯技术有限公司 | A large-capacity packet capture and export method, device and medium in building intercom |
CN115022101A (en) * | 2022-08-10 | 2022-09-06 | 深圳竹云科技股份有限公司 | Account data changing method and device, computer equipment and storage medium |
CN116743728A (en) * | 2023-08-11 | 2023-09-12 | 深圳竹云科技股份有限公司 | Application operation and maintenance method, system, equipment and storage medium |
CN116743728B (en) * | 2023-08-11 | 2023-10-20 | 深圳竹云科技股份有限公司 | Application operation and maintenance method, system, equipment and storage medium |
CN118283021A (en) * | 2023-09-21 | 2024-07-02 | 广州通则康威科技股份有限公司 | Remote debugging data processing method, system and storage medium |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN113067834A (en) | Method for remotely controlling server based on Web browser | |
US11907359B2 (en) | Event-based user state synchronization in a local cloud of a cloud storage system | |
KR101086576B1 (en) | Autonegotiation System and Method of Security Protocol | |
US7356601B1 (en) | Method and apparatus for authorizing network device operations that are requested by applications | |
DE60220665T3 (en) | METHOD AND SYSTEM FOR CONNECTING A CONNECTION BETWEEN A PERSONNEL SECURITY DEVICE AND A REMOTE COMPUTER SYSTEM | |
EP1926245B1 (en) | Method and system for obtaining ssh host key of managed device | |
CN101282252B (en) | Method for managing and logging-on password of remote server based on network | |
CN104065731B (en) | A kind of ftp file Transmission system and transmission method | |
US7895334B1 (en) | Remote access communication architecture apparatus and method | |
CA2419853A1 (en) | Location-independent packet routing and secure access in a short-range wireless networking environment | |
CN101079738A (en) | Secured communication channel using network management software as the basis to manage networks | |
CN105005500A (en) | Remote procedure calling method, server side and client | |
WO2021031465A1 (en) | Sd-wan-based device authentication method and system | |
CN112187532A (en) | Node control method and system | |
CN112799327B (en) | Remote management method for emergency equipment | |
CN103327008A (en) | HTTP reorienting method and HTTP reorienting device | |
WO2019237683A1 (en) | Protocol packet, and method for managing virtual client terminal device | |
US20220103714A1 (en) | Communication system, communication control device, communication control method, recording medium, and program | |
CN104780229A (en) | Method, system and cloud system for setting cloud server IP address through cloud terminal | |
CN117596000B (en) | Communication method and system for cloud server crypto-engine host and virtual crypto-engine | |
CN117062075B (en) | Private network security authentication method, device and system | |
CN101753330B (en) | Method for managing equipment based on VRF interface | |
US20160316021A1 (en) | Remote out of band management | |
CN114979237B (en) | Long connection verification method, device, equipment and readable storage medium | |
US20060190560A1 (en) | Remote maintenance/management system for SIP device |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
WD01 | Invention patent application deemed withdrawn after publication |
Application publication date: 20210702 |
|
WD01 | Invention patent application deemed withdrawn after publication |