Инструменты пользователя

Инструменты сайта


xinetd_ssh

Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

Следующая версия
Предыдущая версия
xinetd_ssh [2013/06/09 23:38]
192.168.1.1 создано
xinetd_ssh [2013/06/10 03:39] (текущий)
Строка 1: Строка 1:
-  GNU nano 2.0.9               Файл: /etc/xinetd.d/sshd                                    
  
-# default: off +'' 
-# description: The rsync server is a good addition to an ftp server, as it \ +service ssh\\ 
-# allows crc checksumming etc. +{\\ 
-service ssh +        disable = no\\ 
-+        flags           = REUSE\\ 
-        disable = no +        socket_type     = stream\\ 
-        flags           = REUSE +        port            = 22\\ 
-        socket_type     = stream +        wait            = no\\ 
-        port            = 22 +        user            = root\\ 
-        wait            = no +        server          = /usr/sbin/sshd\\ 
-        user            = root +        server_args      -i\\ 
-        server          = /usr/sbin/sshd +        log_on_failure  += USERID\\
-        server_args      -i +
-        log_on_failure  += USERID+
 } }
  
 +''
xinetd_ssh.1370821133.txt.gz · Последнее изменение: 2013/06/10 03:38 (внешнее изменение)

DokuWiki Appliance - Powered by TurnKey Linux