<plugin name='jssh' version='1.7' grailsVersion='2.0 &gt; *'>
  <author>Vahid Hedayati</author>
  <authorEmail>badvad@gmail.com</authorEmail>
  <title>j2ssh SSH Plugin</title>
  <description>Java J2SSH library combined with default websockets to provide your Grails web application with live SSH interaction functionality. Version 1 New Client/Server Websocket call: Make multiple connections and broadcast commands to a group of servers. You can either use default Websockets method which is a live interaction with your back-end 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.JsshPermissions</resource>
    <resource>grails.plugin.jssh.JsshUser</resource>
    <resource>grails.plugin.jssh.SshCommandBlackList</resource>
    <resource>grails.plugin.jssh.SshCommandRewrite</resource>
    <resource>grails.plugin.jssh.SshServerGroups</resource>
    <resource>grails.plugin.jssh.SshServers</resource>
    <resource>grails.plugin.jssh.SshUser</resource>
    <resource>grails.plugin.jssh.logging.CommandLogger</resource>
    <resource>grails.plugin.jssh.logging.CommandLogs</resource>
    <resource>grails.plugin.jssh.logging.ConnectionLogger</resource>
    <resource>grails.plugin.jssh.logging.ConnectionLogs</resource>
    <resource>grails.plugin.jssh.J2sshService</resource>
    <resource>grails.plugin.jssh.JsshAuthService</resource>
    <resource>grails.plugin.jssh.JsshClientListenerService</resource>
    <resource>grails.plugin.jssh.JsshClientProcessService</resource>
    <resource>grails.plugin.jssh.JsshConfService</resource>
    <resource>grails.plugin.jssh.JsshDbStorageService</resource>
    <resource>grails.plugin.jssh.JsshDnsService</resource>
    <resource>grails.plugin.jssh.JsshMessagingService</resource>
    <resource>grails.plugin.jssh.JsshRandService</resource>
    <resource>grails.plugin.jssh.JsshService</resource>
    <resource>grails.plugin.jssh.JsshUserService</resource>
    <resource>grails.plugin.jssh.ConnectSshTagLib</resource>
  </resources>
</plugin>