Skip to content

Commit d0e67df

Browse files
authored
int-ai-private-key (#3716)
1 parent 186fdfc commit d0e67df

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ai-data/managed-inference/how-to/managed-inference-with-private-network.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@ Using a Private Network for communications between your Instances hosting your a
6767
3. Transfer the TLS certificate to the Instance using the `scp` (secure copy) command to securely transfer the certificate from your local machine to the Scaleway Instance.
6868
- Example command:
6969
```bash
70-
scp -i ~/.ssh/id_rsa /home/user/certs/cert_file.pem [email protected]:/root
70+
scp -i ~/.ssh/id_ed25519 /home/user/certs/cert_file.pem [email protected]:/root
7171
```
7272
- Replace placeholders in the command above as follows:
73-
- `-i ~/.ssh/id_rsa`: Path to your private SSH key.
74-
- `/home/user/certs/cert_file.pem`: Path to the certificate file.
73+
- `-i ~/.ssh/id_ed25519`: Path to your private SSH key.
74+
- `/home/user/certs/cert_file.pem`: Path to the certificate file on your local machine.
7575
- `root`: Your Scaleway Instance username (`root` for default configuration).
7676
- `51.115.xxx.yyy`: Public IP address of your Scaleway Instance.
77-
- `/root`: Destination directory on the Scaleway Instance.
77+
- `:/root`: Destination directory on the Scaleway Instance.
7878
<Message type="note">
7979
Ensure the destination directory exists and you have write permissions. Create the directory if necessary.
8080
</Message>
@@ -145,4 +145,4 @@ Using a Private Network for communications between your Instances hosting your a
145145
</Message>
146146
<Message type="important">
147147
Managed Inference deployments must have at least one endpoint, either public or private. Consequently, users cannot detach their private endpoint without having a public one.
148-
</Message>
148+
</Message>

0 commit comments

Comments
 (0)