From 5126111c90b0fb26504c06d7173af2b2c51f2a5e Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 24 Dec 2013 09:59:28 +0100 Subject: [PATCH] Fix computeroutput usage Fix two wrong markup usages. Change-Id: Ifda2b68f26c54f16ae5aff4d23bb2d46bcf0e990 --- lab000-important-terms.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lab000-important-terms.xml b/lab000-important-terms.xml index 83685596..708dd426 100644 --- a/lab000-important-terms.xml +++ b/lab000-important-terms.xml @@ -47,13 +47,15 @@ to an SSH session by using an OpenSSH client to log in remotely to the required server node (Control, Network, Compute). Open a terminal on your host machine. Run the following command: - $ ssh-keygen -t rsaGenerating public/private rsa key pair. + $ ssh-keygen -t rsa +Generating public/private rsa key pair. Enter file in which to save the key (/u/kim/.ssh/id_rsa): [RETURN] Enter passphrase (empty for no passphrase): <can be left empty> Enter same passphrase again: <can be left empty> Your identification has been saved in /home/user/.ssh/id_rsa. Your public key has been saved in /home/user/.ssh/id_rsa.pub. -The key fingerprint is:   -b7:18:ad:3b:0b:50:5c:e1:da:2d:6f:5b:65:82:94:c5 xyz@example +The key fingerprint is: +b7:18:ad:3b:0b:50:5c:e1:da:2d:6f:5b:65:82:94:c5 xyz@example +