Skip to content

Commit 0f74f7b

Browse files
authored
fix(vpc): add dns entry format (#5548)
* fix(vpc): add dns entry format * fix(pgw): remove limitation
1 parent a69df32 commit 0f74f7b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,4 @@ Carry out the following steps to avoid the need to repeat `-J bastion@<public-IP
178178

179179
## SSH bastion limitations and troubleshooting
180180

181-
Note that you cannot use Public Gateway SSH bastion to connect to resources such as Managed Databases, which are not compatible with SSH.
182-
183181
If you are having trouble matching SSH key fingerprints logged for Public Gateway in Cockpit, to SSH key fingerprints as shown in the Project settings section of the Scaleway console, see our [dedicated troubleshooting guide](/public-gateways/troubleshooting/ssh-key-format/).

pages/vpc/reference-content/dns.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ The DNS service resolves the following formats:
4949
<resource_name>.<private-network_name>.internal
5050
<resource_name>.<private-network_uuid>.internal
5151
<resource_uuid>.<private-network_uuid>.internal
52+
<resource_uuid>.<private-network_name>.internal
5253
```
5354

5455
<Message type="tip">

0 commit comments

Comments
 (0)