Hi All, I have a problem getting sftp2 to work between 2 linux boxes. Version is ssh 2.3.0 on both client and server. I have created a user, and did a ssh-chrootmgr user, and changed the shell to /bin/ssh-dummy-shell. The home directory only has the bin subdirectory containing: lrwxrwxrwx 1 root root 12 Aug 31 11:03 sftp-server -> sftp-server2 -rwxr-xr-x 1 root root 1642545 Aug 31 11:03 sftp-server2 -rwxr-xr-x 1 root root 965800 Aug 31 11:05 ssh-dummy-shell When I connect to the sshd2 server (running on port 26), I get: client% sftp2 server#26 user@server's password: sftp> Warning: child process (ssh2) exited with code 255. I did an strace on the server side of the ssh2d process, but did not see anything obvious as to why the child dies. Any ideas ? Thanks a lot.
