I'm having a a couple separate issues with ssh2:

1) Can not initiate a client session as a non-root user from a UNIX box
(Solaris or DecUNIX).  I get the following error:
Disconnected; protocol error (Protocol error: packet too long: -645693011.).
I've seen postings on this before, but no resolution.  I have no problems
connecting to the same ssh2 server from Mac or Win clients, it is only
when using the UNIX client included with the ssh2 source.  One person
suggested that it was a debug message being written in plain-text to the
encrypted stream.  I'm not sure what I am looking for when I do a 'truss'
and I'm not sure how to resolve anything if I find an issue.  Suggestions?

2) Can not compile ssh2 on LinuxPPC.  I realize that the web site 
reports that this is technically not yet supported, but I'd like to 
try to get it to work.  I get the following errors when I try to 
compile ssh2 on LinuxPPC 1999:
sshencode.c: In function `ssh_encode_va':
sshencode.c:98: warning: passing arg 2 from incompatible pointer type
sshencode.c:35: warning: unused variable `longvalue'
sshencode.c: In function `ssh_decode_array_va':
sshencode.c:515: incompatible types in assignment
sshencode.c:516: warning: passing arg 3 from incompatible pointer type
sshencode.c:527: incompatible types in assignment
sshencode.c:289: warning: unused variable `longp'
make[3]: *** [sshencode.o] Error 1
make[3]: Leaving directory `/usr/local/src/ssh-2.0.13/lib/sshutil'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/ssh-2.0.13/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/ssh-2.0.13'
make: *** [all-recursive-am] Error 2

Thanks,
Keith

Reply via email to