Fix computeroutput usage

Fix two wrong markup usages.

Change-Id: Ifda2b68f26c54f16ae5aff4d23bb2d46bcf0e990
This commit is contained in:
Andreas Jaeger 2013-12-24 09:59:28 +01:00
parent 9d04d76eaf
commit 5126111c90

View File

@ -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:
<screen><prompt>$</prompt> <userinput>ssh-keygen -t rsa</userinput></screen><screen><computeroutput>Generating public/private rsa key pair.
<screen><prompt>$</prompt> <userinput>ssh-keygen -t rsa</userinput>
<computeroutput>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): &lt;can be left empty>
Enter same passphrase again: &lt;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</computeroutput></screen></para>
The key fingerprint is:
b7:18:ad:3b:0b:50:5c:e1:da:2d:6f:5b:65:82:94:c5 xyz@example</computeroutput></screen>
</para>
</formalpara>
</chapter>