我可以SSH,但不能SFTP

我在这个问题上d </s>不安。 全新的Ubuntu 12.04服务器安装,我可以在SSH中,但不能使用SFTP(使用Filezilla)。 它似乎authentication罚款..但后来它错误:

错误是:

Error: Connection timed out Error: Could not connect to server 

这是完整的交易:

 Status: Connecting to 10.2.1.102... Response: fzSftp started Command: open "[email protected]" 22 Command: Trust changed Hostkey: Once Error: Connection timed out Error: Could not connect to server 

这是我的sshd_conf文件:

 Port 22 Protocol 2 HostKey /etc/ssh/ssh_host_rsa_key HostKey /etc/ssh/ssh_host_dsa_key HostKey /etc/ssh/ssh_host_ecdsa_key UsePrivilegeSeparation yes KeyRegenerationInterval 3600 ServerKeyBits 768 SyslogFacility AUTH LogLevel INFO LoginGraceTime 120 PermitRootLogin yes StrictModes yes RSAAuthentication yes PubkeyAuthentication yes IgnoreRhosts yes RhostsRSAAuthentication no HostbasedAuthentication no PermitEmptyPasswords no ChallengeResponseAuthentication no X11Forwarding yes X11DisplayOffset 10 PrintMotd no PrintLastLog yes TCPKeepAlive yes AcceptEnv LANG LC_* Subsystem sftp /usr/lib/openssh/sftp-server UsePAM yes 

我在圈子里走,我不知道接下来要检查什么等。任何帮助指导什么,然后检查或testing,将不胜感激。

FileZilla在过去对我做了这个。 问题是,即使当我input端口22作为我的端口时,filezilla尝试使用ftp协议,实际上sftp是需要的。 要解决这个问题,请input:sftp:// YOUR_IP_HERE作为您的主机。