From e010a8b1f4d21aa32503570a99ebccaf552139c7 Mon Sep 17 00:00:00 2001 From: Caughlin Bohn <cbohn4@unl.edu> Date: Fri, 23 Aug 2019 19:52:35 +0000 Subject: [PATCH] Say a lonely i, told it to turn into a : --- content/guides/anvil/connecting_to_linux_instances_from_mac.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/anvil/connecting_to_linux_instances_from_mac.md b/content/guides/anvil/connecting_to_linux_instances_from_mac.md index db8a0042..444bf22c 100644 --- a/content/guides/anvil/connecting_to_linux_instances_from_mac.md +++ b/content/guides/anvil/connecting_to_linux_instances_from_mac.md @@ -32,7 +32,7 @@ and named `anvil_key`. Depending on which Linux OS you're using in your instance, the username to use will be different. See the [Available Images]({{< relref "available_images" >}}) page for a table with the username to use for each OS. -In the *Terminal* application, run the commandi +In the *Terminal* application, run the command: {{< highlight bash >}}ssh -i ~/Desktop/anvil_key centos@<ip address> {{< /highlight >}} -- GitLab