Makina States
  • Makina-States usage
    • About
    • Setup & usage
    • Projects for developers
    • Additionnal docs
  • Reference
    • Implementation design & details
    • States & modules reference
    • Formulaes & macros helpers reference
    • Misc & Obsolete
 
Makina States
  • Docs »
  • Reference »
  • Custom states modules »
  • Execution modules »
  • mc_ssh / OpenSSH related functions
  • Edit on GitHub

mc_ssh / OpenSSH related functions¶

mc_states.modules.mc_ssh.settings()¶

Open ssh registry

prefixes:
  • makina-states.services.ssh.server

    settings.AuthorizedKeysFile

    List of authorized key filepaths

    settings.ChallengeResponseAuthentication

    do we authorize ChallengeResponseAuthentication

    settings.X11Forwarding

    do we authorize X11Forwarding

    settings.PrintMotd

    do we print motd

    settings.UsePrivilegeSeparation

    UsePrivilegeSeparation mode

    settings.Banner

    path to the banner

    settings.UsePAM

    do we use pam authentication

    sshgroup

    named of the allowed group or users allowed to connect via ssh

    AllowUsers

    List of users allowed to connect via ssh

    AllowGroups

    List of users allowed to connect via ssh

  • makina-states.services.ssh.client

    StrictHostKeyChecking

    to be documented

    UserKnownHostsFile

    to be documented

    AddressFamily

    to be documented

    ConnectTimeout

    to be documented

    SendEnv

    to be documented

    HashKnownHosts

    to be documented

    GSSAPIAuthentication

    to be documented

    GSSAPIDelegateCredentials

    to be documented

Next Previous

© Copyright 2014 -> 2015, Mathieu Le Marec Pasquet, Régis Leroy & Makina Corpus folks.

Built with Sphinx using a theme provided by Read the Docs.