From 6ff9bf4db1574055af6c67b7264757ca8c684e54 Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Mon, 26 Feb 2018 13:48:49 -0800 Subject: [PATCH] Fix ssh username passing comment. Using `root@` and then `-l clear` is ambiguous. --- source/clear-linux/tutorials/aws-web/aws-web.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/clear-linux/tutorials/aws-web/aws-web.rst b/source/clear-linux/tutorials/aws-web/aws-web.rst index 2a5c656d..87bbdd3f 100644 --- a/source/clear-linux/tutorials/aws-web/aws-web.rst +++ b/source/clear-linux/tutorials/aws-web/aws-web.rst @@ -204,7 +204,7 @@ other instances available, they are also listed but not selected. .. code-block:: console - ssh -i "AWSClearTestKey.pem" root@ec2-34-209-39-184.us-west-2.compute.amazonaws.com -l clear + ssh -i "AWSClearTestKey.pem" clear@ec2-34-209-39-184.us-west-2.compute.amazonaws.com #. A message appears on the terminal stating the authenticty of the host can't be established and prompts you with the message: