当前位置:网站首页>Modify the ssh server access port number
Modify the ssh server access port number
2022-07-06 00:58:00 【sunday2018】
modify ssh Server access port number
General server ssh The default port is 22, We can modify the server ssh The configuration file , To modify the ssh Access the port number of the server
- Log in to the server command window
- With the editor (Vim,Emacs,Nano…) Open... On the server /etc/ssh/sshd_config file
- Search for
Port 22, take 22 Change to the port number you want xxx - Restart the server ssh service ,
systemctl restart ssh - Use it after modification ssh When you command the remote login server, you need to pass
-pParameter input the port number set by yourself , as followsssh -p [xxx] [email protected][IP]
边栏推荐
- The third season of ape table school is about to launch, opening a new vision for developers under the wave of going to sea
- Finding the nearest common ancestor of binary search tree by recursion
- Mlsys 2020 | fedprox: Federation optimization of heterogeneous networks
- 面试必刷算法TOP101之回溯篇 TOP34
- Spark-SQL UDF函数
- [groovy] JSON string deserialization (use jsonslurper to deserialize JSON strings | construct related classes according to the map set)
- Programmer growth Chapter 9: precautions in real projects
- golang mqtt/stomp/nats/amqp
- The population logic of the request to read product data on the sap Spartacus home page
- 详细页返回列表保留原来滚动条所在位置
猜你喜欢

Arduino hexapod robot

I'm interested in watching Tiktok live beyond concert
![Cf:h. maximum and [bit operation practice + K operations + maximum and]](/img/c2/9e58f18eec2ff92e164d8d156629cf.png)
Cf:h. maximum and [bit operation practice + K operations + maximum and]

如何制作自己的機器人

Cf:c. the third problem
![[groovy] JSON serialization (jsonbuilder builder | generates JSON string with root node name | generates JSON string without root node name)](/img/dd/bffe27b04d830d70f30df95a82b3d2.jpg)
[groovy] JSON serialization (jsonbuilder builder | generates JSON string with root node name | generates JSON string without root node name)

cf:D. Insert a Progression【关于数组中的插入 + 绝对值的性质 + 贪心一头一尾最值】

The growth path of test / development programmers, the problem of thinking about the overall situation
![Cf:d. insert a progression [about the insert in the array + the nature of absolute value + greedy top-down]](/img/9e/c933f454a39d906a407e4d415f0b87.png)
Cf:d. insert a progression [about the insert in the array + the nature of absolute value + greedy top-down]

How to use the flutter framework to develop and run small programs
随机推荐
KDD 2022 | 脑电AI助力癫痫疾病诊断
Why can't mathematics give machine consciousness
测试/开发程序员的成长路线,全局思考问题的问题......
Mobilenet series (5): use pytorch to build mobilenetv3 and learn and train based on migration
如何制作自己的机器人
For a deadline, the IT fellow graduated from Tsinghua suddenly died on the toilet
cf:D. Insert a Progression【关于数组中的插入 + 绝对值的性质 + 贪心一头一尾最值】
WordPress collection plug-in automatically collects fake original free plug-ins
curlpost-php
The population logic of the request to read product data on the sap Spartacus home page
Mlsys 2020 | fedprox: Federation optimization of heterogeneous networks
[day 30] given an integer n, find the sum of its factors
MYSQL GROUP_ The concat function realizes the content merging of the same ID
NLP text processing: lemma [English] [put the deformation of various types of words into one form] [wet- > go; are- > be]
[groovy] compile time metaprogramming (compile time method interception | find the method to be intercepted in the myasttransformation visit method)
Differences between standard library functions and operators
MobileNet系列(5):使用pytorch搭建MobileNetV3并基于迁移学习训练
Illustrated network: the principle behind TCP three-time handshake, why can't two-time handshake?
BiShe - College Student Association Management System Based on SSM
关于#数据库#的问题:(5)查询库存表中每本书的条码、位置和借阅的读者编号