Scenario You need to use the xshell tool to connect to the Ubuntu server via ssh. Default port 22. result General Connection Command line connection //Connect directly to ssh remote machine [email protected] through command Or telnet 192.168.67.128 22 analyze There is no problem with the ip and port. //Restart is required after installation sudo apt-get install openssh-server openssh-client service ssh start ssh localhost lsof -i:22 SSH remote connection access This is the end of this article about how to open port 22 in Ubuntu. For more information about how to open port 22 in Ubuntu, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: How MySQL uses transactions
>>: Vue keeps the user logged in (various token storage methods)
Table of contents 1. Sub-route syntax 2. Examples...
Table of contents Question: Case (1) fork before ...
This article uses an example to illustrate the us...
When a user registers, they will click on a label...
In fact, there are many corresponding writing met...
FFMPEG 3.4.1 version parameter details Usage: ffm...
1. Introduction to MySQL permissions There are 4 ...
Table of contents Event Loop miscroTask (microtas...
Introduction Recently I found that there is an AR...
Use Nginx to build Tomcat9 cluster and Redis to r...
background I am learning nodejs recently, and I r...
1. Inline styles To add inline styles to the virt...
When designing H5 layout, you will usually encoun...
Preface You should often see this kind of special...
1. Implementation ideas The purpose of interface ...