SSH
For the next service, we will look into Secure Shell (SSH). SSH can be used to log in to a remote machine securely; apart from that, there are several other uses of SSH, such as securely transferring a file between machines, executing a command in a remote machine, and X11 session forwarding.
To manage your SSH service in Kali Linux, perform the following steps:
- To start the SSHD service from the command line, type the following:
service ssh start
- To test your SSH, you can log in to the Kali Linux server from another server using an SSH client such as Putty (http://www.chiark.greenend.org.uk/~sgtatham/putty/), if you are using the Microsoft Windows operating system.
- To stop the SSHD service, from the command line, type the following:
service ssh stop
- To start the SSH service automatically after Kali Linux boots up, you can give the following command:
update-rc.d ssh defaults
This command will add the SSH service to be started on booting up.
推薦閱讀
- 白話網(wǎng)絡(luò)安全2:網(wǎng)安戰(zhàn)略篇
- Mobile Forensics Cookbook
- 工業(yè)互聯(lián)網(wǎng)安全
- Practical Network Scanning
- 黑客攻防與電腦安全從新手到高手(微視頻+火力升級版)
- 模糊測試:強(qiáng)制發(fā)掘安全漏洞的利器
- 云原生安全與DevOps保障
- API安全技術(shù)與實(shí)戰(zhàn)
- CTF特訓(xùn)營:技術(shù)詳解、解題方法與競賽技巧
- 數(shù)字銀行安全體系構(gòu)建
- Web代碼安全漏洞深度剖析
- 云安全深度剖析:技術(shù)原理及應(yīng)用實(shí)踐
- 數(shù)據(jù)安全實(shí)踐:能力體系、產(chǎn)品實(shí)現(xiàn)與解決方案
- 網(wǎng)站入侵與腳本技術(shù)快速防殺
- 大話數(shù)據(jù)恢復(fù)