sftp problem

Discussion in 'HOWTO-Related Questions' started by symmetry, Apr 30, 2006.

  1. symmetry

    symmetry New Member

    Hello

    my ssh login over putty works without any problems but when I try to connect via my ftp software I get the follwoing error:

    I use cute ftp
     
  2. falko

    falko Super Moderator ISPConfig Developer

  3. symmetry

    symmetry New Member

    ok, I made the ssh yourhost /usr/bin/true but I don't know what to do next ;)

    iIf I choose yes, he asks me a password, but none of my system passwords match
     
  4. symmetry

    symmetry New Member

    hmm

    it could be that cuteftp has some probs, because I can access the server with the sftp command from another root server :(


    sftp asks me to acceppt a key, and than it works.

    cute ftp does the same, but it doesn't work for him...
     
  5. symmetry

    symmetry New Member

    with winscp I am able to connect to my server
     
  6. falko

    falko Super Moderator ISPConfig Developer

    This seems to be a CuteFTP problem then...
     
  7. symmetry

    symmetry New Member

    but I use Cuteftp for some other servers where he has no problems, and I also cannot connect with WS_FTP. :confused:
     
  8. falko

    falko Super Moderator ISPConfig Developer

    Do you also use SFTP on your other servers, or only FTP?
     
  9. symmetry

    symmetry New Member

    I use SFTP on those servers
     
  10. falko

    falko Super Moderator ISPConfig Developer

    Have you compared your SSH configuration on your servers?
     
  11. symmetry

    symmetry New Member

    Those aren't my servers, I have only ssh access on them
     
  12. falko

    falko Super Moderator ISPConfig Developer

    Do you have access to the sshd configuration? Then you can compare the configurations.
     
  13. falko

    falko Super Moderator ISPConfig Developer

    Do you have this line in your sshd_config?

    Code:
    Subsystem       sftp    /usr/lib/sftp-server
     

Share This Page