Я озадачен этим вопросом. Установлен новый сервер Ubuntu 12.04, я могу подключиться по SSH, но не могу использовать SFTP (с помощью Filezilla). Вроде нормально пройти аутентификацию .. Но тут ошибки:
Ошибка:
Error: Connection timed out
Error: Could not connect to server
Вот полная транзакция:
Status: Connecting to 10.2.1.102...
Response: fzSftp started
Command: open "username@10.2.1.102" 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
Я хожу по кругу, я не знаю, что проверить дальше и т. Д. Любые подсказки о том, что проверить дальше и / или протестировать, были бы очень признательны.
FileZilla уже поступала так со мной в прошлом. Проблема заключалась в том, что filezilla пыталась использовать протокол ftp, хотя на самом деле sftp был необходим, даже когда я ввел порт 22 в качестве своего порта. Чтобы решить эту проблему, введите: sftp: // YOUR_IP_HERE в качестве хоста.