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

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


xinetd_ssh

**Это старая версия документа!**

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 \

allows crc checksumming etc.

service ssh {

      disable = no
      flags           = REUSE
      socket_type     = stream
      port            = 22
      wait            = no
      user            = root
      server          = /usr/sbin/sshd
      server_args     =  -i
      log_on_failure  += USERID

}

xinetd_ssh.1370821133.txt.gz · Последнее изменение: 2013/06/10 03:38 (внешнее изменение)

DokuWiki Appliance - Powered by TurnKey Linux