Does Rebex support the ability of connecting to a server that requires a username before prompting for the private key; no password being required?
As an example with OpenSSH:
The following is how the connection is setup:
ssh -l username server
It seems like Rebex is simply doing this:
ssh server