Community
Participate
Working Groups
If the hostname specified in a remote tools connection ends with whitespace, the connection fails with the following message: Session.connect: java.io.InterruptedIOException: A timeout occurred connecting to host <host_name>.
Hostname with whitespace was beeing passed to jsch. Added trim() to all getString() methods. Fixed in HEAD.