diff --git a/pods/configuration/use-ssh.mdx b/pods/configuration/use-ssh.mdx index a49cf17e..6f3b8acf 100644 --- a/pods/configuration/use-ssh.mdx +++ b/pods/configuration/use-ssh.mdx @@ -44,6 +44,10 @@ You can also SSH into a Pod using a [password-based method](#password-based-ssh) Copy and paste your public key from the previous step into the **SSH Public Keys** field in your [Runpod user account settings](https://www.console.runpod.io/user/settings). + + + + If you need to add multiple SSH keys to your Runpod account, make sure that each key pair is on its own line in the **SSH Public Keys** field. @@ -66,12 +70,20 @@ All Pods provide a basic SSH connection that is proxied through Runpod's systems Navigate to the [Pods page](https://console.runpod.io/pods) in the Runpod console. Select the Pod you want to connect to from the list to open its connection options. + + + + In the Pod's **Connect** tab, copy the command listed under **SSH**. It should look something like this: + + + + ```sh ssh 8y5rumuyb50m78-6441103b@ssh.runpod.io -i ~/.ssh/id_ed25519 ```