The ReadInt64 method of SshData is not correct. It casts to int before return, and the shifts are missing a cast to long type of thing (as the default shift works on expects int values, and 56 bits don't fit in that case.)
Comments: ** Comment from web user: rjvdboon **
Comments: ** Comment from web user: rjvdboon **
That would do as well.
I was not actually planning on using the method either. (But if broken it is, fix it you should. Or something.)
Thanks, Robert