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(_)")
Metrics wrote:
> Hi list,
>
> Ion3 is certainly a great window manager. Thanks for all the hard work.
> The only problem I have is that sometimes I need to SSH to servers on
> non-standard ports, or with port forwarding, etc. Is it possible to
> change the configuration for the SSH command to not run ssh with a -- at
> the end. Existing functionality won't be affected, but it will allow one
> to pass any additional options they like.
>
> Any thoughts/ideas as to how to change this behaviour?
>
> Thanks in advance,
>
> Byron Hillis