On 2/23/10 5:03 PM, "Austin, Alyce (CIV)" <[email protected]> wrote:
> When I look in my sshd_config file, > > I see: > > #Protocol 2,1 > > Does this mean that ssh2 is the default? > Yes, but you are allowing it to negotiate down to SSH v1 if necessary. That's why the file transfer actually worked for your user -- the server tried v2, client said can't do that, and the server backed down to v1. If you want to force v2 only, remove the ,1 from that file. -- db
