On Tue, Nov 15, 2005 at 11:35:50AM +0000, John Robson wrote:
> Hi,
>
> At home I've just done this, and bound it to Mod+1 F4.
> If you look in the bindings file (/usr/local/etc/ion3/cfg_bindings.lua)
> then you can find the SSH binding and it's fairly obvious* how to change
> it to allow variables normally...
>
> Then restart (F12 -> Session -> Restart)
>
> Should work fine with normal ssh flags.
>
> John
>
> * To people who can BASH script...
>
> I think it's:
> Add after:
> bdoc("Query for host to connect to with SSH."),
> kpress(MOD2.."F4", "mod_query.query_ssh(_, ':ssh')"),
>
> bdoc("Query for host to connect to with SSH with flags."),
> kpress(MOD1.."F4", "mod_query.query_ssh(_)")
>
This doesn't seem to work on my set-up. In fact, it doesn't change
anything. As far as I can tell, you have simply removed the ':ssh'
command on the second line. It has the same behaviour as before, and
yes, I did restart ion3.
Byron