Hello Everybody,

Configuration 
Server : AIX 4.3.3
Compiler : gcc 2.95.2.1
SSH : ssh v 2.4

I'm trying to setup an sftp server with the chroot functionality on
AIX 4.3.3.
The static versions of sftp-server2.static  and
ssh-dummy-shell.static does not seems to be static. I've tried to add
the -static option when building them, with no success.
As anybody already does that on AIX?

thanks in advance

**********************************************
I've tried to do the following things 

I have build the server using 
#./configure --enable-static
#make
#make install

as the sftp-server2.static and ssh-dummy-shell.static where not
build/installed, i've done a 
# cd apps/ssh ; make sftp-server2.static; make ssh-dummy-shell.static

when i'm trying to chroot user to their home directory it does not
seem to work
(I've added /bin/ssh-dummy-shell as an allowed shell in
/etc/security/login.cfg and i've copied 
ssh-dummy-shell.static and sftp-server2.static in the ~user/bin
directory. The user's startup shell is /bin/ssh-dummy-shell)

After investigation, it appears that ssh-dummy-shell.static and
ssh-dummy-shell are identical 
(as well as sftp-server2.static and sftp-server2).

so i've tried to rebuild ssh-dummy-shell.static with the -static
option
but it seems not to found some static library.

I've tried to add those library manually, without success

... so help

thanks in advance


___________________________________________________________
Do You Yahoo!? -- Pour dialoguer en direct avec vos amis, 
Yahoo! Messenger : http://fr.messenger.yahoo.com

Reply via email to