int n = s.getInputStream().read(buf);
String res = new String(buf, 0, n);
assertEquals("Hello", res);
s.close();
session.delPortForwardingR(forwardedPort);
}
@Test
public void testRemoteForwardingNative() throws Exception {
ClientSession session = createNativeSession();