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: drieseng **
Comments: ** Comment from web user: drieseng **
Fixed in changeset 41297.