SSH plugin for TheDude
Adds basic SSH integration to TheDude by including Net::SSH.
It includes a simple sample command to list files on a remote server.
$ dude ls /var/www on my_server # assumes you have an ssh alias configured for my_server
Installing
Simply install the gem using
$ gem install the_dude-ssh
The dude should detect the plugin and initialize it automatically. In order to check that the plugin is installed you can type
$ dude list plugins