+ <h3>Very Important Key Pair Information</h3>
+ <p>A new key pair named '${kp_name}' has been created in your AWS
+ account and will be used to access this instance via ssh. It is
+ <strong>very important</strong> that you save the following private key
+ as it is not saved on this Galaxy instance and will be permanently lost
+ once you leave this page. To do this, save the following key block as
+ a plain text file named '${kp_name}'.</p>
+ <pre>${kp_material}</pre>
Could you (a) automatically copy the keypair to the user's clipboard using JS or (b) provide a link to initiate a download of a file with the key pair or (c) initiate file download directly?
J.