linode / docs

Linode guides and tutorials.
https://www.linode.com/docs/
1.38k stars 1.22k forks source link

[Update] Connecting to a Remote Server Over SSH on a Mac #6919

Closed miller-online closed 5 months ago

miller-online commented 5 months ago

-updated formatting for placeholder variables

miller-online commented 5 months ago

Bug Report: Placeholder variables display incorrectly when in a note

Screenshot 2024-04-25 at 11 42 40 AM
{{< note >}}
If the server's SSH port is something other than 22, it needs to be specified in the SSH command. To do this, use the `-p` option as shown in the command below. Replace {{< placeholder "PORT_NUMBER" >}} with the port number that the remote SSH server is using.

```command
ssh {{< placeholder "USERNAME" >}}@{{< placeholder "IP_ADDRESS" >}} -p {{< placeholder "PORT_NUMBER" >}}

{{< /note >}}

netlify[bot] commented 5 months ago

Deploy Preview for nostalgic-ptolemy-b01ab8 ready!

Name Link
Latest commit 17d63f31499f3efdf69e2a33998ffcbf2459d3a4
Latest deploy log https://app.netlify.com/sites/nostalgic-ptolemy-b01ab8/deploys/6643a952582ee0000877e991
Deploy Preview https://deploy-preview-6919--nostalgic-ptolemy-b01ab8.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

wildmanonline commented 5 months ago

Once the associated theme PR is merged and vendored, this can likely go out (after testing).