|
You can add, remove, or configure this plugin in the latest versions of Do by clicking the arrow at the upper right corner of Do's window and selecting Preferences. |
|---|
Contents |
The SSH plugin for GnomeDo allows one to quickly and easily connect to a remote host via SSH. It also has the ability to parse the ~/.ssh/config file for hostnames to connect to.
To use this plugin, activate GnomeDo and enter Connect with SSH as the action. Once Connect with SSH has been selected as the action to perform, hit TAB and type user@hostname. A new shell will open with a new SSH connection to your specified host. An added bonus of this plugin is its ability to parse ~/.ssh/config for hosts. If you have hosts defined in your ~/.ssh/config file, you can just type hostname as the action, and Connect with SSH will be selected for you (or at least shouldn't be too far down the list). For ~/.ssh/config syntax, see man ssh_config.
Here is a little of how ~/.ssh/config works:
Assuming you want to connect to 'machine.example1.com' at port '8322' as user 'username1' and you want this to alias as 'myhost1'. Then you have to put the following inside ~/.ssh/config :
Host myhost1
User username1
Port 8322
HostName machine.example1.com
and from command line type:
ssh myhost1
Information taken from http://ubuntuforums.org/showthread.php?t=172848
This plugin was originally created by Peter Stuifzand
© GNOME Do Developers. All rights reversed. Contact us.