top of page

Bash Script - Secure New Environment

 

Bash script to secure a new deployment of in my case a kali virtualbox image. Based on this article which is broken down into 4 steps.

​

Features
1. Change current user password
2. Perform apt-get commands
3. Change default SSH Key
4. Add new user

​

Purpose: To practice bash scripting and improve my own knowledge.

Test Case

bottom of page