Skip to content
Merged
Show file tree
Hide file tree
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
Binary file modified .DS_Store
Binary file not shown.
Binary file modified zpr/compare/images/db-connection-policy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified zpr/compare/images/ingress-rules.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified zpr/compare/images/zpr-create-namespace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified zpr/compare/images/zpr-instance-policy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified zpr/compare/images/zpr-protected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified zpr/namespace/images/sec-attrs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified zpr/namespace/images/zpr-attribute-namespace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified zpr/namespace/images/zpr-attributes-list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified zpr/namespace/images/zpr-create-attribute.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified zpr/namespace/images/zpr-create-namespace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified zpr/namespace/images/zpr-namespace-attr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified zpr/namespace/images/zpr-namespace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified zpr/namespace/images/zpr-vcn-attribute.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified zpr/vm-access/images/protect-vm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified zpr/vm-access/images/zpr-egress.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed zpr/vm-access/images/zpr-ingress.png
Binary file not shown.
Binary file modified zpr/vm-access/images/zpr-instance-policy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed zpr/vm-access/images/zpr-policy-i1-to-i2.png
Binary file not shown.
Binary file removed zpr/vm-access/images/zpr-protect-instance-two.png
Binary file not shown.
Binary file modified zpr/vm-access/images/zpr-protect-resource.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified zpr/vm-access/images/zpr-protected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 2 additions & 4 deletions zpr/vm-access/vm-access.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ Now we will apply an attribute to your instance two. This will protect your inst

![Select the resource to protect](images/protect-vm.png)

![ZPR protect instance by adding a security attribute](images/zpr-protect-instance-two.png)


## Task 3: Try to ssh into instance 2

Expand Down Expand Up @@ -119,9 +117,9 @@ Try to ssh from your laptop and also try from your first compute instance. Your

**Note** You would never use 0.0.0.0/0 in production but you would normally use something to limit it to your specific laptop's IP address or something very close to it like 192.1.223.0/12 So try to limit the ingress to a much smaller foot print then all possible IP addresses as done in this screen shot. You should also limit the traffic to port 22 for ssh only to limit someone from trying to attack your server using other tools/ports.

![Allow traffic into network](images/ingress-rules.png)
![Allow traffic into network](images/zpr-ingress.png)

![Allow traffic out from your network](images/egress-rules.png)
![Allow traffic out from your network](images/zpr-egress.png)

-- Add a security attribute to the instance one
![ZPR protect a resource](images/zpr-protect-resource.png)
Expand Down