Kenjiro Taura - 2009-08-12

Thanks for your comment.
It supports exactly what you described.
Here is how you can configure ssh so it uses port 2222 instead of the default.

gxpc rsh ssh "ssh -p 2222 -o 'StrictHostKeyChecking no' -o 'PreferredAuthentications hostbased,publickey' -A %target% %cmd%"

------------------------------

Some more general tips:

gxpc help rsh

gives you help on how to use this in general.

gxpc rsh ssh

shows you how gxp is currently configured when you use ssh to explore some nodes.

gxcp rsh ssh WHATEVER

changes this to WHATEVER.

Hope this is useful for you.