Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

puppetlabs/puppet-vro-vro_plugin_sshd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

vro_plugin_sshd

Table of Contents

  1. Description
  2. What is managed
  3. Requirements

Description

This module manages the /etc/ssh/sshd_config file to enable a few key options.

What

These are the options that are changed/managed

  • PermitRootLogin = yes
    • (If you are using root then enable root login, else use vro-plugin_user created by vro-plugin_user.)
  • PasswordAuthentication = yes
  • ChallengeResponseAuthentication = no

Requirements

  • puppetlabs/stdlib (>= 3.2.0 <5.0.0) - https://forge.puppet.com/puppetlabs/stdlib

  • Augeas bindings are installed and working as normal.

    mod 'herculesteam-augeasproviders_core', '2.1.3'

  • Augeas Providers for SSH

    mod 'herculesteam-augeasproviders_ssh', '2.5.0'

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages