Is there any way to force a ssh server accept connections using V1 as default?
I recently changed my sshd_config to allow Protocol 1,2 and now all my V1 ssh and scp connection requests need a -1 argument or I get a "permission denied" message.
Is there a way to do the reverse i.e. let the server accept Protocol 1 by default and forcing me to ssh -2 and scp -2 when I want to use Protocol V2?
Thanks!

