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
+