Страница 1 из 1

Подключение по ssh запрос : Requesting no-more-session

Добавлено: 28 июн 2013, 11:42
rumgot
Здравствуйте.
Если при подключении по ssh протоколу через консоль linux (ubuntu 12.04, стандартная утилита ssh), сделать подробный вывод опцией -v, то в числе прочего можно увидеть строку:
debug1: Requesting no-more-sessions@openssh.com
Что это за запрос, для чего он выполняется, есть ли в нем необходимость, можно ли его отключить?
Объясните, кто знает.

Re: Подключение по ssh запрос : Requesting no-more-session

Добавлено: 11 июл 2013, 21:16
integer
Google в помощь: http://www.openssh.com/txt/release-5.1

* Added a no-more-sessions@openssh.com global request extension that is
sent from ssh(1) to sshd(8) when the client knows that it will never
request another session (i.e. when session multiplexing is disabled).
This allows a server to disallow further session requests and
terminate the session in cases where the client has been hijacked.