}
@Test
public void testLanguage() throws Exception {
SshClient client = SshClient.setUpDefaultClient();
client.setSessionFactory(new SessionFactory() {
@Override
protected AbstractSession createSession(IoSession ioSession) throws Exception {
return new ClientSessionImpl(client, ioSession) {
@Override
protected String[] createProposal(String hostKeyTypes) {