<plugin name='jssh' version='0.27-SNAPSHOT' grailsVersion='2.0 &gt; *'>
  <author>Vahid Hedayati</author>
  <authorEmail>badvad@gmail.com</authorEmail>
  <title>j2ssh SSH Plugin</title>
  <description>Uses the j2ssh library to provide ssh access via web interface.You can either use default Websockets method which is a live interaction with your backend ssh connection(s) or use ajax polling which only supports 1 concurrent connection at any one time.</description>
  <documentation>http://grails.org/plugin/jssh</documentation>
  <type>JsshGrailsPlugin</type>
  <resources>
    <resource>grails.plugin.jssh.ConnectSshController</resource>
    <resource>grails.plugin.jssh.ConnectSshTagLib</resource>
  </resources>
</plugin>