当前位置:网站首页>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_config
2. 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
ifconfig
My 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.
边栏推荐
- 如何减少软件设计和实现之间鸿沟
- 「SDOI2016」征途 题解
- HTC using official firmware as bottom bag made ROM brush card bag tutorial
- Unity-通过预制件和克隆方法动态实现各个UGUI下控件的创建和显示
- ThreadLocal
- Student management system on the first day: complete login PyQt5 + MySQL5.8 exit the operation logic
- Interview assault 69: TCP reliable?Why is that?
- Input and output optimization
- Bionic caterpillar robot source code
- C language parsing json string (json object is converted to string)
猜你喜欢
IJCAI2022 | 代数和逻辑约束的混合概率推理
Shell常用脚本:Nexus批量上传本地仓库脚本
【ACM】2022.7.31训练赛
网络安全--通过握手包破解WiFi(详细教程)
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#
Flex layout in detail
NVIDIA has begun testing graphics products with AD106 and AD107 GPU cores
Federated Learning: Multi-source Knowledge Graph Embedding in Federated Scenarios
手写一个简单的web服务器(B/S架构)
Quick Start Tutorial for flyway
随机推荐
Document management and tools in the development process
Istio introduction
"APIO2010" Patrol Problem Solution
"The core concept of" image classification and target detection in the positive and negative samples and understanding architecture
Unity-通过预制件和克隆方法动态实现各个UGUI下控件的创建和显示
VOT2021比赛简介
Golang must know the Go Mod command
Go mode tidy reports an error go warning “all” matched no packages
C程序设计-方法与实践(清华大学出版社)习题解析
【ACM】2022.7.31训练赛
@JsonFormat(pattern="yyyy-MM-dd") time difference problem
数据分析(一)——matplotlib
The latest masterpiece!Alibaba just released the interview reference guide (Taishan version), I just brushed it for 29 days
「SDOI2016」征途 题解
周总结
MySQL数据库‘反斜杠\’ ,‘单引号‘’,‘双引号“’,‘null’无法存储
Flink_CDC construction and simple use
@JsonFormat(pattern=“yyyy-MM-dd“)时间差问题
Recognize anomalies (you will understand after reading this)
Payment module implementation