diff --git a/pages/public-gateways/how-to/use-ssh-bastion.mdx b/pages/public-gateways/how-to/use-ssh-bastion.mdx
index 44debb9ad0..95566053d7 100644
--- a/pages/public-gateways/how-to/use-ssh-bastion.mdx
+++ b/pages/public-gateways/how-to/use-ssh-bastion.mdx
@@ -120,16 +120,6 @@ When connecting as the user `alex` on an Instance named `scw-frosty-cannon` on a
ssh -J bastion@51.158.125:61000 alex@scw-frosty-cannon.pvn-silly-goodall.internal
```
-
-
-For [Legacy Private Networks](/public-gateways/concepts/#ipam) not in IPAM mode and still using DHCP configuration objects, the FQDN may be different. The domain to use was set when the Public Gateway was attached to the Private Network. Therefore, the FQDN to use depends on how you made this attachment:
-
-- **Via the Scaleway console**: The FQDN takes the form `resource-name.priv`
-- **Via Terraform**: The FQDN takes the form `resource-name.dns_local_name` where `dns_local_name` is [this](https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/vpc_public_gateway_dhcp#dns_local_name) Terraform option.
-- **Via the Scaleway CLI or API**: The FQDN takes the form `resource-name.dns_local_name` where `dns_local_name` follows the specification [here](https://www.scaleway.com/en/developers/api/public-gateways/#path-dhcp-create-a-dhcp-configuration), defaulting to `.priv`.
-
-
-
### How to edit your SSH configuration files for connection
Carry out the following steps to avoid the need to repeat `-J bastion@:61000` in your SSH connection commands. The following steps must be repeated on all local machines that want to connect to a resource behind the SSH bastion in this way.
@@ -139,7 +129,7 @@ Carry out the following steps to avoid the need to repeat `-J bastion@`: If your Public Gateway is in IPAM mode, this is the correct value. However, if you have a legacy gateway, you may need to replace this value with `.priv` or `` - see [above](#how-to-connect-using-the-resources-fully-qualified-domain-name-fqdn).
+ - `.`: The name of your Private Network
- `PUBLIC_IP_OF_PUBLIC_GATEWAY`: The public IP address of your gateway
- `SSH_BASTION_PORT`: The port you set when activating SSH bastion on your gateway