Поставил на сервак FreeBSD 4.4
в настройках ssh ничего не трогал....
в результате:
по ssh все замечательно конектиться
по sftp можно законекиться с виндового клиента(SecureFX)
но при попытке зайти с другой FreeBSD системы ругается... выдает# sftp 62.118.249.5
Connecting to 62.118.249.5...
ttt@62.118.249.5's password:
Received message too long 795373421
Connection to 62.118.249.5 closed by remote host.кто ниудь стакливался с такой проблемой? подскажите в чем прикол, где покапать?
Попробовал переустановить sftp стало по другому ругатьсяstty: stdin isn't a terminal
:))
--- display is xt2:0.0
sftpserv: Command not found.
select: Interrupted system call
>Поставил на сервак FreeBSD 4.4
>в настройках ssh ничего не трогал....
>
>в результате:
>по ssh все замечательно конектиться
>по sftp можно законекиться с виндового
>клиента(SecureFX)
>но при попытке зайти с другой
>FreeBSD системы ругается... выдает
>
>
># sftp 62.118.249.5
>Connecting to 62.118.249.5...
>ttt@62.118.249.5's password:
>Received message too long 795373421
>Connection to 62.118.249.5 closed by remote
>host.
>
>кто ниудь стакливался с такой проблемой?
>подскажите в чем прикол, где
>покапать?sshd_config
# Uncomment if you want to enable sftp
Subsystem sftp /usr/libexec/sftp-server
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
сие должно быть на месте, и клиент sftp не должен
быть от SSH2ssh_config
sftp -v никто не отменял
это все естесвенно...
строчка откоментирована..
sftp нормальный...а -v выдает
debug1: ssh-userauth2 successful: method password
debug1: fd 4 setting O_NONBLOCK
debug1: fd 5 IS O_NONBLOCK
debug1: channel 0: new [client-session]
debug1: channel_new: 0
debug1: send channel open 0
debug1: Entering interactive session.
debug1: client_init id 0 arg 0
debug1: Sending subsystem: sftp
debug1: channel 0: open confirm rwindow 0 rmax 16384
Received message too long 795373421
debug1: channel 0: read<=0 rfd 4 len 0
debug1: channel 0: read failed
debug1: channel 0: input open -> drain
debug1: channel 0: close_read
debug1: channel 0: input: no drain shortcut
debug1: channel 0: ibuf empty
debug1: channel 0: input drain -> closed
debug1: channel 0: send eof
debug1: channel 0: write failed
debug1: channel 0: output open -> closed
debug1: channel 0: close_write
debug1: channel 0: send close
debug1: channel 0: rcvd close
debug1: channel 0: is dead
debug1: channel_free: channel 0: status: The following connections are open:
#0 client-session (t4 r0 i8/0 o128/0 fd -1/-1)debug1: channel_free: channel 0: dettaching channel user
но это мне ничего не говорит, поэтому сюда и запостил...есть какие-нибудь варианты, как это лечится?
>это все естесвенно...
>строчка откоментирована..
>sftp нормальный...
>
>а -v выдает
>
>debug1: ssh-userauth2 successful: method password
>debug1: fd 4 setting O_NONBLOCK
>debug1: fd 5 IS O_NONBLOCK
>debug1: channel 0: new [client-session]
>debug1: channel_new: 0
>debug1: send channel open 0
>debug1: Entering interactive session.
>debug1: client_init id 0 arg 0
>
>debug1: Sending subsystem: sftp
>debug1: channel 0: open confirm rwindow
>0 rmax 16384
>Received message too long 795373421
>debug1: channel 0: read<=0 rfd 4
>len 0
>debug1: channel 0: read failed
>debug1: channel 0: input open -> drain
>debug1: channel 0: close_read
>debug1: channel 0: input: no drain
>shortcut
>debug1: channel 0: ibuf empty
>debug1: channel 0: input drain -> closed
>debug1: channel 0: send eof
>debug1: channel 0: write failed
>debug1: channel 0: output open -> closed
>debug1: channel 0: close_write
>debug1: channel 0: send close
>debug1: channel 0: rcvd close
>debug1: channel 0: is dead
>debug1: channel_free: channel 0: status: The
>following connections are open:
> #0 client-session (t4 r0
>i8/0 o128/0 fd -1/-1)
>
>debug1: channel_free: channel 0: dettaching channel
>user
>
>
>но это мне ничего не говорит,
>поэтому сюда и запостил...
>
>есть какие-нибудь варианты, как это лечится?
>типа полный лог :(
с какой OS(версия) на какую OS(версия)
ни версии клиента, ни версии сервера... :(
Точно....у меня это подьемом до последнего openssh 3.02 излечилось.