How to check whether the ports of the local computer and the remote server are connected under Linux

How to check whether the ports of the local computer and the remote server are connected under Linux

As shown below:

1. ssh -v -p [port number] [user name]@[IP address]

2. curl [IP address]:[port number]

The above method of checking whether the ports of the local computer and the remote server are connected under Linux is all the content that the editor shares with you. I hope it can give you a reference, and I also hope that you will support 123WORDPRESS.COM.

You may also be interested in:
  • Linux uses the scp command to copy files to the local computer and copy local files to the remote server
  • How to view the status of remote server files in Linux
  • Connect to the remote server through jsch in Java to execute linux commands
  • Detailed explanation and examples of file transfer between Linux and Windows
  • C language implementation of socket file transfer under Linux
  • Linux network programming: reliable file transfer example based on UDP
  • Linux network programming socket file transfer example
  • How to connect to a remote server and transfer files via a jump server in Linux

<<:  mysql8.0.0 winx64.zip decompression version installation and configuration tutorial

>>:  Detailed explanation of JavaScript primitive data type Symbol

Recommend

How to write beautiful HTML code

What Beautiful HTML Code Looks Like How to write ...

How to use rem adaptation in Vue

1. Development environment vue 2. Computer system...

Solve the problem of Tomcat10 Catalina log garbled characters

Running environment, Idea2020 version, Tomcat10, ...

MySQL query data by hour, fill in 0 if there is no data

Demand background A statistical interface, the fr...

How to use axios to make network requests in React Native

In front-end development, there are many ways to ...

Web Design Principles of Hyperlinks

<br />Related articles: 9 practical tips for...

MySQL automatically inserts millions of simulated data operation code

I use Navicat as my database tool. Others are sim...

How to use the realip module in Nginx basic learning

Preface There are two types of nginx modules, off...

Theory Popularization——User Experience

1. Concept Analysis 1: UE User Experience <br ...

N ways to center elements with CSS

Table of contents Preface Centering inline elemen...

FastDFS and Nginx integration to achieve code analysis

FastDFS & Nginx Integration: The tracker is c...

JavaScript implements the nine-grid click color change effect

This article shares the specific code of JavaScri...

VMware virtual machine installation CentOS 8 (1905) system tutorial diagram

The world-famous virtual machine software VMware-...