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

Adobe Brackets simple use graphic tutorial

Adobe Brackets is an open source, simple and powe...

Tutorial on how to connect and use MySQL 8.0 in IDEA's Maven project

First, let's take a look at my basic developm...

Example of implementing grouping and deduplication in MySQL table join query

Table of contents Business Logic Data table struc...

Detailed explanation of json file writing format

Table of contents What is JSON Why this technolog...

Simple use of Vue vee-validate plug-in

Table of contents 1. Installation 2. Import 3. De...

Steps for Docker to build a private warehouse Harbor

Harbor Harbor is an open source solution for buil...

Deep understanding of line-height and vertical-align

Several concepts Line box: A box that wraps an in...

Testing of hyperlink opening target

The target attribute of a link determines where th...

User experience analysis of facebook dating website design

<br />Related article: Analysis of Facebook&...