Moved ssh out into a specific instruction instead of being expected for all machines, like a Windows machine Added rdp instructions
16 lines
1.1 KiB
HTML
16 lines
1.1 KiB
HTML
<h2>Instructions for {{hostname}}</h2>
|
|
<p>To connect to your assigned VM, connect using the following information:</p>
|
|
<ul>
|
|
<li><strong>DNS Name:</strong> {{dns}}</li>
|
|
<li><strong>IP:</strong> {{ip}}</li>
|
|
<li><strong>Username:</strong> {{username}}</li>
|
|
<li><strong>Password:</strong> {{password}}</li>
|
|
</ul>
|
|
<p>To connect you will need use the student VPN. You can get access to that at <a href="https://vpn-student.dsv.su.se" target="_blank">vpn-student.dsv.su.se</a></p>
|
|
<hr>
|
|
<h3>Console</h3>
|
|
<p>You can access a webconsole via menu to the left. Due to the inability of copy and pasting it is recommended to use SSH but if it's unavailable you can use the console instead. You can also power off and power on the machine from there</p>
|
|
<hr>
|
|
<h3>Snapshot</h3>
|
|
<p>To the left you have a snapshot page where you can restore your machine to it's original state if something breaks.</p>
|
|
<p>Observe that this should only be done if something the machine breaks in a way you can't fix it since all the data that's been created since the start of course will be delete and unrecoverable.</p> |