Serverquery over telnet does not work on ts6 server.
```
\> telnet localhost 10022
Trying ::1…
Connected to localhost.
Escape character is ‘^]’.
SSH-2.0-libssh_0.10.5
\> login serveradmin password
Connection closed by foreign host.
```
telnet (GNU inetutils) 2.5
Env set for license, default port, file transfer port, query ssh enabled, allow list (default file), deny list (default file).
Port is allowed and available just like the others, the server is otherwise latest, functional with no external plugins.
The exact same output (varying hostname) happens when connecting:
- telnet localhost 10022
- telnet 127.0.0.1 10022
- telnet my.server.address 10022 (local)
- telnet my.server.address 10022 (remote)
Same thing happens with 10080/http excluding the libssh line. Logs have nothing, everything but file transfer and channel event logs are enabled:
|INFO |Query | |listening for ssh query on 0.0.0.0:10022, [::]:10022
And I wouldn’t even have to do this if there was an option to change the voip port for an existing server.