From 5e0bb30d9e3ee492172490d0f91f3eb70c1dce76 Mon Sep 17 00:00:00 2001 From: fazeeh <94808336+Faseeh-Naqvi@users.noreply.github.com> Date: Tue, 24 Jun 2025 18:59:54 -0400 Subject: [PATCH] Update deploy-virtual-server.md Replaced en-dash (Unicode U+2013), with a standard ASCII Hyphen (-, U+002D). Was causing Issues when copy-pasting. --- faststart/deploy-virtual-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faststart/deploy-virtual-server.md b/faststart/deploy-virtual-server.md index 5caf760..4b4251c 100644 --- a/faststart/deploy-virtual-server.md +++ b/faststart/deploy-virtual-server.md @@ -170,7 +170,7 @@ Log in to your LinuxONE virtual server the LinuxONE Community Cloud. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - # ssh –i /path/to/key/keyname.pem linux1@serveripaddress + # ssh -i /path/to/key/keyname.pem linux1@serveripaddress ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ### From Windows using PuTTY