Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Port Security Guideline

The VM Port Security Guideline provides a straightforward guide on how to ensure that the VM’s ports are secure and operating as intended. It outlines a clear procedure for checking ports within the VM and what actions should be taken to ensure port security and prevent potential intrusions.

**NOTE:** This document does not guarantee 100% security. It should be regularly reviewed and improved.

---

## Port Security Guideline Access

To access the Port Security Guideline from the VM, use the following command on your host machine:

```bash
scp username@vm-ip:/usr/local/share/doc/Port_Security_Guideline.pdf .
Loading