+ Responder ao Tópico



  1. #1

    Padrão login ssh

    amigos editei o /etc/sshd_config para tentar só 2 vezes login, usei MaxStartups 2

    o q esta errado?

  2. #2

    Padrão login ssh

    #man sshd_config

    MaxStartups
    Specifies the maximum number of concurrent unauthenticated con-
    nections to the sshd daemon. Additional connections will be
    dropped until authentication succeeds or the LoginGraceTime
    expires for a connection. The default is 10.

    MaxAuthTries
    Specifies the maximum number of authentication attempts permitted
    per connection. Once the number of failures reaches half this
    value, additional failures are logged. The default is 6.


    http://www.openbsd.org/cgi-bin/man.c...ry=sshd_config

  3. #3

    Padrão login ssh

    so valeu 1c3_m4n, nao tinha encontrado essa opção MaxAuthTries

    obrigado

  4. #4

    Padrão login ssh

    tentei colocar sua opção, mas nao funcionou

    parece o seguinte erro:

    /etc/ssh/sshd_config: line 39: Bad configuration option: MaxAuthTries
    /etc/ssh/sshd_config: terminating, 1 bad configuration options

    estou usando o slack 10 com o OpenSSH_3.8.1p1

    o que pode ser ?