当前位置:网站首页>Daily--Kali opens SSH (detailed tutorial)
Daily--Kali opens SSH (detailed tutorial)
2022-07-31 22:49:00 【Huai Miao】
Article table of contents
This article introduces the detailed operation of enabling SSH in Kali.
I.Steps
1. Open the configuration file
Open Kali ssh configuration file
vim /etc/ssh/sshd_config2. Modify the configuration file
Uncomment lines 32 and 37 of the configuration file
3. Restart the ssh service
/etc/init.d/ssh restart
4. Connection test
1. View IP address
First check Kali's LAN IP address
ifconfigMy Kali's LAN IP address is 192.168.123.118
2.Xshell connect to Kali
Choose the appropriate terminal connection software, this time use Xshell as a test.
Enter in Xshell
ssh 192.168.123.118
All of them are our own devices, directly select "Receiveand save".
Prompt us to enter the password, if Kali's has not been modifiedThe default password, directly enter Kali's default password toor.
II.Summary
This article introduces the detailed steps for enabling SSH in Kali for daily records.
边栏推荐
- Unity-通过预制件和克隆方法动态实现各个UGUI下控件的创建和显示
- AI automatic code writing plugin Copilot (co-pilot)
- 二叉树非递归遍历
- BM3 将链表中的节点每k个一组翻转
- In Golang go-redis cluster mode, new connections are constantly created, and the problem of decreased efficiency is solved
- MySQL数据库‘反斜杠\’ ,‘单引号‘’,‘双引号“’,‘null’无法存储
- 基于单片机GSM的防火防盗系统的设计
- 10大主流3D建模技术
- server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none failed
- Shell常用脚本:Nexus批量上传本地仓库脚本
猜你喜欢

GateWay implements load balancing

Collation of knowledge points in Ningbo University NBU IT project management final exam

Socket Review and I/0 Model

21. Support Vector Machine - Introduction to Kernel Functions

景区手绘地图的绘制流程

VOT2021 game introduction

ECCV 2022 Huake & ETH propose OSFormer, the first one-stage Transformer framework for camouflaging instance segmentation!The code is open source!...

NVIDIA has begun testing graphics products with AD106 and AD107 GPU cores

Student management system on the first day: complete login PyQt5 + MySQL5.8 exit the operation logic

嵌入式开发没有激情了,正常吗?
随机推荐
Learn about C# anonymous methods
程序进程和线程(线程的并发与并行)以及线程的基本创建和使用
How to get useragent
景区手绘地图的绘制流程
嵌入式开发没有激情了,正常吗?
支付模块实现
Implementing a Simple Framework for Managing Object Information Using Reflection
ThreadLocal
Fixed-length usage of nanopb string type based on RT1052 Aworks (27)
linux view redis version command (linux view mysql version number)
Chapter VII
Pytest first experience
MATLAB program design and application 2.4 Common internal functions of MATLAB
「SDOI2016」征途 题解
ICML2022 | 深入研究置换敏感的图神经网络
I don't know what to do with sync issues
Binary tree non-recursive traversal
The uniapp applet checks and prompts for updates
Recognize anomalies (you will understand after reading this)
The difference between adding or not adding the ref keyword when a variable of reference type is used as a parameter in a method call in C#