Gentoo Archives: gentoo-user-ru

From: Alexander Tiurin <alexanderyt@×××××.com>
To: gentoo-user-ru@l.g.o
Subject: [gentoo-user-ru] Проблемы с sftp
Date: Mon, 09 Nov 2009 07:48:41
Message-Id: 843e43b20911082348nd4330d7q89702f38c03c18fd@mail.gmail.com
1 Hi!
2 Есть openssh 5.2_p1-r3. Недавно заметил, что пропала возможность
3 получать доступ по sftp из gui (gnome, filezilla), Работает только
4 shell в mc.
5 Кто знает, как выловить проблему?
6
7 Лог в filezilla
8 Соединяюсь с localhost...
9 Ответ: fzSftp started
10 Команда: open "user@localhost" 22
11 Команда: Pass: *************
12 Статус: Connected to localhost
13 Ошибка: Превышено время ожидания соединения
14 Ошибка: Невозможно подключиться к серверу
15 Статус: Ожидание повтора...
16 Статус: Соединяюсь с localhost...
17 Ответ: fzSftp started
18 Команда: open "user@localhost" 22
19 Команда: Pass: *************
20 Статус: Connected to localhost
21 Ошибка: Превышено время ожидания соединения
22 Ошибка: Невозможно подключиться к серверу
23
24
25
26 Конфиг сервера
27
28
29
30 Port 22
31 Protocol 2
32
33 HostKey /etc/ssh/ssh_host_rsa_key
34 HostKey /etc/ssh/ssh_host_dsa_key
35
36 KeyRegenerationInterval 1h
37 ServerKeyBits 1024
38
39 SyslogFacility AUTH
40 LogLevel INFO
41
42
43 LoginGraceTime 2m
44 StrictModes yes
45
46 RSAAuthentication yes
47 PubkeyAuthentication yes
48
49 RhostsRSAAuthentication no
50 IgnoreUserKnownHosts no
51 IgnoreRhosts yes
52
53 PasswordAuthentication no
54 PermitEmptyPasswords no
55
56
57
58 UsePAM yes
59
60 X11Forwarding yes
61 X11DisplayOffset 10
62 X11UseLocalhost yes
63 PrintMotd no
64 PrintLastLog yes
65
66
67 Subsystem sftp /usr/lib/misc/sftp-server

Replies

Subject Author
Re: [gentoo-user-ru] Проблемы с sftp Pavel Labushev <p.labushev@×××××.com>