remove Protocol directive from client/server configs that causes
authordjm <djm@openbsd.org>
Tue, 23 Aug 2016 06:36:23 +0000 (06:36 +0000)
committerdjm <djm@openbsd.org>
Tue, 23 Aug 2016 06:36:23 +0000 (06:36 +0000)
commitef8d03585eac47ba066feb173593bb4162d3d7b1
treec59f18c56a48ed11b2d4f255d800028e1ce6cfa1
parent3228b364f02463b6fcb5ece003eedba5d55dada0
remove Protocol directive from client/server configs that causes
spammy deprecation warnings

hardcode SSH_PROTOCOLS=2, since that's all we support on the server
now (the client still may support both, so it could get confused)
regress/usr.bin/ssh/test-exec.sh