Skip to content

Commit

Permalink
Use tt instead of quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref authored Jan 13, 2020
1 parent c57ae35 commit 498f99b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
Enable this option if the launched machine is a Windows VM. The Windows VM must have the OpenSSH server feature
installed on it, Java installed on it, and you must have configured an administrative user with a username and password.
<p>
The configured username and password should be set in the "Run as user" and "Windows account credentials" fields.
The configured username and password should be set in the <tt>Run as user</tt> and <tt>Windows account credentials</tt> fields.
</p>
<p>
If you do not have the aforementioned pre-installed, you can use the following startup script to automatically set up the minimum requirements.
In this example the Windows username is "jenkins" and the password is "P@ssword2". <br/>
In this example the Windows username is <tt>jenkins</tt> and the password is <tt>P@ssword2</tt>. <br/>
See the help file below for Windows private SSH key if you wish to authenticate SSH via keys.
</p>
<p>
Expand Down

0 comments on commit 498f99b

Please sign in to comment.