Hi, I'm trying to get ssh-2.4.0 working on a RS6000 with Linux (yellowdoglinux-Champion server 1.2), because I intend to use SFTP, but when I'm compiling I'm getting some warnings as follow: sshadt_list.c: In function `delet': sshadt_list.c:341: warning: `__ptr' might be used uninitialized in this function sshadt_map.c: In function `delet': sshadt_map.c:380: warning: `__ptr' might be used uninitialized in this function sshmp.c: In function `ssh_mp_cmp_si': sshmp.c:565: warning: `sw' might be used uninitialized in this function sshuserfiles.c: In function `ssh_pubkey_read': sshuserfiles.c:663: warning: `pubkey' might be used uninitialized in this function ssh-keygen2.c: In function `ssh_askpass_read_stdin': ssh-keygen2.c:249: warning: comparison is always false due to limited range of data type besides the warnings I got it installed, but whenever I try to put the server up I get it killed by signal 11 (segmentation fault), so I tried to start it with the debug option and I got the following report: sshd2: SSH Secure Shell 2.3.0 (non-commercial version) on powerpc-unknown-linux-gnu debug: SshEventLoop/sshunixeloop.c:153/ssh_event_loop_initialize: Initialized the event loop. debug: SshConfig/sshconfig.c:561/ssh_config_set_parameter: Got config cipherlist "AnyCipher" debug: SshDSprintf/sshdsprintf.c:56/ssh_dvsprintf: vsnprintf gave return value 217, when given buffer size is only 100. FATAL: Received signal 11. I'm not a programer and I couldn't fix it. Can somebody help me I got ssh-1.2.31 compiled and running at the same machine. Tanks in advance. Carlos.
