当前位置:网站首页>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.
边栏推荐
- VOT2021 game introduction
- @JsonFormat(pattern=“yyyy-MM-dd“)时间差问题
- 数据分析(一)——matplotlib
- Flink_CDC construction and simple use
- 日常--Kali开启SSH(详细教程)
- JS basic exercises
- 10大主流3D建模技术
- Input and output optimization
- The article you worked so hard to write may not be your original
- Bika LIMS open source LIMS set - use of SENAITE (detection process)
猜你喜欢

Go1.18 upgrade function - Fuzz test from scratch in Go language

IJCAI2022 | 代数和逻辑约束的混合概率推理

Implementation of a sequence table

【ACM】2022.7.31训练赛

Memblaze released the first enterprise-grade SSD based on long-lasting particles. What is the new value behind it?

二叉树非递归遍历

Golang - from entry to abandonment

什么是客户画像管理?

useragent online lookup

Flex layout in detail
随机推荐
ECCV 2022 Huake & ETH propose OSFormer, the first one-stage Transformer framework for camouflaging instance segmentation!The code is open source!...
TestCafeSummary
Learn about C# anonymous methods
"SDOI2016" Journey Problem Solution
【Acwing】第62场周赛 题解
[QNX Hypervisor 2.2用户手册]9.14 set
Daily practice——Randomly generate an integer between 1-100 and see how many times you can guess.Requirements: The number of guesses cannot exceed 7 times, and after each guess, it will prompt "bigger"
面试突击69:TCP 可靠吗?为什么?
嵌入式开发没有激情了,正常吗?
Flex layout in detail
BM3 flips the nodes in the linked list in groups of k
了解下C# 匿名方法
Go1.18 upgrade function - Fuzz test from scratch in Go language
Realize serial port receiving data based on STM32 ring queue
LevelSequence source code analysis
Student management system on the first day: complete login PyQt5 + MySQL5.8 exit the operation logic
NVIDIA has begun testing graphics products with AD106 and AD107 GPU cores
数据分析(一)——matplotlib
BM5 merge k sorted linked lists
The principle of ReentrantLock (to be continued)