Skip to content

Commit 50dbd07

Browse files
committed
fix(pgw): remove asterisk
1 parent d056769 commit 50dbd07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/public-gateways/how-to/use-ssh-bastion.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ When you first activate SSH bastion, the Allowed IPs list has one entry: a defau
4949

5050
### How to allow all IPs
5151

52-
If you do **not** want to restrict connections to the resources behind the bastion to specific public IPs only, ***leave the default entry of `0.0.0.0/0` in place**. This IP range encompasses all possible public IPs, so will allow any public IP address to connect to the bastion (as long as they have a valid SSH key). No further configuration is required.
52+
If you do **not** want to restrict connections to the resources behind the bastion to specific public IPs only, **leave the default entry of `0.0.0.0/0` in place**. This IP range encompasses all possible public IPs, so will allow any public IP address to connect to the bastion (as long as they have a valid SSH key). No further configuration is required.
5353

5454
If you have deleted the default entry, you can re-add an entry for `0.0.0.0/0` at any time. Click the **Add allowed IPs** button, and add a single entry for `0.0.0.0/0` to restore access to all public IPs.
5555

0 commit comments

Comments
 (0)