Problem with 'Chrooted SFTP With MySecureShell On Debian Etch'

Discussion in 'Installation/Configuration' started by rupat, Sep 25, 2007.

  1. rupat

    rupat New Member

    Hello

    My thread points to this artikle http://www.howtoforge.com/mysecureshell_sftp_debian_etch

    All steps worked fine , so i finally wanted to login with my fresh created user 'test'. WinSCP said connection aborted status code 1

    in my /var/log/auth.log i found

    Code:
    Sep 25 12:13:50 tbu sshd[3107]: Accepted password for test from 218.93.55.176 port 2620 ssh2
    Sep 25 12:13:50 tbu sshd[3109]: (pam_unix) session opened for user test by (uid=0)
    Sep 25 12:13:50 tbu sshd[3109]: subsystem request for sftp
    Sep 25 12:13:51 tbu sshd[3109]: (pam_unix) session closed for user test
    S
    Seems as the user test do not have the permission to use the sftp service ?

    After a little bit searching i found that i can try the configuration of MySecureshell with the command:

    Code:
    MySecureShell --configtest
    MySecureShell: /lib/libc.so.6: version `GLIBC_2.4' not found (required by MySecureShell)
    
    And there is the result ;) What can i do ? I don´t know something about this lib and where to get it and where to put it ;)
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Is the package libc6 installed?
     
  3. rupat

    rupat New Member

    libc6 ist installiert

    Ja ist sie

    Also ich hab gelesen das bei einigen Leuten das kopieren der entsprechendes libs in irgendwelche bestimmten Verzeichnisse geholfen hätte, aber irgendwie klingt das für mich wieder sehr frickelig und unsauber. Hoffe es fällt noch jemanden etwas dazu ein. Mein System ist übrigens frisch installiert und das war so ziemlich das erste was ich mal probiert hab ;) kein guter start !

    Naja das nächste mal fang ich doch wieder mit mysql an ;)
     

Share This Page