How did you activate Protocol 1? I tried it on my CentOS 7 machine by changing the default sshd_config to contain:
# The protocol requires explicit activation of protocol 1
Protocol 2,1
and restarting the service. But even then, I can't connect to it from the localhost with:
# ssh -1 -v localhost
(it says explicitly that the remote protocol version is 2.0 and therefore doesn't match the requested 1.)
The comment about explicit activation suggests maybe something additional is needed, but I can't find any further details about it anywhere. (Of course it doesn't help that virtually every Internet or other information resource relating to SSH configuration tells you to make sure to
disable protocol 1, so it isn't that surprising that they are making it harder to enable, and no one has the motivation to explain how to do it.)
Perhaps it's time to switch to ATE?