Sha256: d3bc12eb6ed798f62137ac9ff64a8c2afbde2d8f8561722543faa83dfdf0b26b
Contents?: true
Size: 1.18 KB
Versions: 3
Compression:
Stored size: 1.18 KB
Contents
<div id="shell"> <% if @current %> <iframe id="console" src="/shell/login/"></iframe> <% else %> <p> Welcome to the Puppet Classroom. Please log in or create a user account. </p> <p> We will provision a Puppet agent node for you and you'll use it to complete labs and exercises. This node can be accessed through a web terminal once you've logged in. </p> <p> If you prefer, you may also use any standard SSH client using the username and password you specified. Some common SSH clients include: <p> <ul> <li> Built-in to Mac OSX and Linux: <ol> <li>Start Terminal.app or any terminal emulator to get to the command line</li> <li>Run <code>ssh <%= request.host %></code></li> </ol> </li> <li> Windows: <ul> <li><a href="https://github.com/PowerShell/Win32-OpenSSH/wiki/Install-Win32-OpenSSH">OpenSSH</a></li> <li><a href="http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe">PuTTY</a></li> <li><a href="http://winscp.net/eng/download.php#download2" target="_new">WinSCP</a></li> <li><a href="http://www.vandyke.com/download/securecrt/download.html" target="_new">SecureCRT</a></li> </ul> </li> </ul> <% end -%> </div>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
puppetfactory-0.6.2 | views/shell.erb |
puppetfactory-0.6.1 | views/shell.erb |
puppetfactory-0.6.0 | views/shell.erb |