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

React+TypeScript project construction case explanation

React project building can be very simple, but if...

MYSQL's 10 classic optimization cases and scenarios

Table of contents 1. General steps for SQL optimi...

jQuery implements simple pop-up window effect

This article shares the specific code of jQuery t...

How to try to add sticky effect to your CSS

Written in front I don’t know who first discovere...

Implementing timed page refresh or redirect based on meta

Use meta to implement timed refresh or jump of th...

How to configure Jupyter notebook in Docker container

Jupyter notebook is configured under the docker c...

Docker-compose steps to configure the spring environment

Recently, I need to package the project for membe...

HTML page adaptive width table

In the pages of WEB applications, tables are ofte...

Vue implements multi-grid input box on mobile terminal

Recently, the company has put forward a requireme...

Summary of some tips for bypassing nodejs code execution

Table of contents 1. child_process 2. Command exe...

MySQL 5.7.17 installation and configuration tutorial under CentOS6.9

CentOS6.9 installs Mysql5.7 for your reference, t...

CocosCreator ScrollView optimization series: frame loading

Table of contents 1. Introduction 2. Analysis of ...

Detailed explanation of deploying MySQL using Docker (data persistence)

This article briefly describes how to use Docker ...

Detailed analysis of the usage and application scenarios of slots in Vue

What are slots? We know that in Vue, nothing can ...