文件名称:puppet-ssh:用于SSH服务器和客户端的Puppet模块
文件大小:16KB
文件格式:ZIP
更新时间:2024-05-28 19:05:06
Ruby
ssh puppet模块 这是ssh模块。 它管理客户端和服务器配置。 它支持: 任何全局sshd_config和ssh_config选项 Match块定义将用户,组等限制为您可以想到的shell,chroot或配置选项。 在默认服务器选项参数中设置了以下选项 AuthorizedKeysFile => .ssh / authorized_keys UsePAM =>是 子系统=> sftp internal-sftp 密码验证=>是 ChallengeResponseAuthentication =>否 GSSAPIAuthentication =>是 GSSAPICleanupCredentials =>是 X11Forwarding =>是 在默认的客户端选项参数中设置了以下选项 ForwardX11Trusted =>是 GSSAPIAuthentication =>是
【文件预览】:
puppet-ssh-master
----.gitignore(62B)
----templates()
--------ssh_config.erb(2KB)
--------sshd_config.erb(4KB)
--------sshd_config_match.erb(125B)
----.travis.yml(228B)
----metadata.json(1KB)
----spec()
--------classes()
--------defines()
--------spec_helper.rb(105B)
----README.markdown(2KB)
----tests()
--------match.pp(132B)
--------client.pp(118B)
--------init.pp(505B)
----.fixtures.yml(191B)
----manifests()
--------install.pp(381B)
--------config.pp(873B)
--------match.pp(798B)
--------service.pp(230B)
--------client.pp(971B)
--------init.pp(2KB)
--------params.pp(1KB)
----Gemfile(324B)
----Rakefile(115B)