- Kali Linux 2018:Assuring Security by Penetration Testing
- Shiva V. N Parasram Alex Samm Damian Boodoo Gerard Johansen Lee Allen Tedi Heriyanto Shakeel Ali
- 161字
- 2021-06-24 18:19:02
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.
推薦閱讀
- 攻守道:企業數字業務安全風險與防范
- 科技安全:戰略實踐與展望
- API安全實戰
- Kali Linux Social Engineering
- Metasploit Penetration Testing Cookbook(Third Edition)
- INSTANT Burp Suite Starter
- 數據保護:工作負載的可恢復性
- Bug Bounty Hunting Essentials
- VMware vCloud Security
- Mastering Malware Analysis
- 交換機·路由器·防火墻(第2版)
- 信息內容安全管理及應用
- 隱私保護機器學習
- Metasploit 5.0 for Beginners
- 大數據安全治理與防范:反欺詐體系建設