Bernd Schlapsi
|
6efc981885
|
Refactor auth.sls to allow more keys for one user
|
10 years ago |
Niels Abspoel
|
33ee945557
|
Added AllowUsers,AllowGroups,DenyUsers,DenyGroups
This will add more options to set to secure openssh
- AllowUsers
- AllowGroups
- DenyUsers
- DenyGroups
|
10 years ago |
Bohdan Kmit
|
b843d8168b
|
add ed25519 host key type; add AuthenticationMethods option
|
10 years ago |
Niels Abspoel
|
5871efb5bd
|
added archlinux support to openssh map.jinja
|
10 years ago |
Franz Pletz
|
5d0f69ad2c
|
Cleanups for host key pillar example
|
10 years ago |
Franz Pletz
|
33f21a0976
|
Add support for ED25519 host keys
|
10 years ago |
Nitin Madhok
|
620cc0f199
|
Update map.jinja
|
10 years ago |
Nitin Madhok
|
131a5cafcb
|
Update map.jinja
|
10 years ago |
Nitin Madhok
|
9263857193
|
Update map.jinja
Correct indentation
|
10 years ago |
Niels Abspoel
|
1efce43d55
|
Added Opensuse support to map.jinja
|
10 years ago |
Skyler Berg
|
a83409182f
|
Fix jinja spacing mistake for unknown options
When specifying multiple unknown ssh options, they would all appear on
the same line.
|
10 years ago |
Tim Jones
|
09ca7de060
|
Allow newline after ListenAddress
|
10 years ago |
Robert Fairburn
|
8616d3d130
|
fix comment
|
10 years ago |
Robert Fairburn
|
b24101264f
|
make sure to match options as the options dict!
|
10 years ago |
Robert Fairburn
|
1a2de43ed7
|
defaults do not need a prefix
|
10 years ago |
Robert Fairburn
|
85c97b450a
|
fix a typo in keywords being sent improperly
|
10 years ago |
Robert Fairburn
|
abf6e09fbb
|
Fix a typo in the match jinja
|
10 years ago |
Robert Fairburn
|
ba72c1e8b7
|
remove prefix when not needed
|
10 years ago |
Robert Fairburn
|
c100fc88a3
|
allow for "Match" inside of an sshd_config
|
10 years ago |
Alan Pearce
|
6fb57f40bc
|
Config: Add support for generating keys
|
10 years ago |
Alan Pearce
|
73eaef4ea0
|
Config: Add support for ECDSA host keys
|
10 years ago |
Alan Pearce
|
ce46343562
|
Config: Refactor host key provisioning into loop
|
10 years ago |
Alan Pearce
|
2876a691b0
|
Remove reference to root group
By not specifying it, root user's group should be used.
|
10 years ago |
Alan Pearce
|
edc208b79b
|
Add FreeBSD compatibility
|
10 years ago |
Wes Turner
|
970777b9bb
|
Add a UseDNS option to sshd_config
|
10 years ago |
Oleg Tsarev
|
48ebd1b07b
|
Changed sshd_config generation to more readable scheme.
Synced file with default from Ubuntu 12.04 latest
|
10 years ago |
matthew-parlette
|
cdfab3953d
|
Define a line for each option.
This provides a default option (according to the package-provided config file) for each option in the config.
|
10 years ago |
Oleg Tsarev
|
7521398506
|
Removed unneeded whitespace from auth.sls
|
10 years ago |
matthew-parlette
|
2f28a008c2
|
Cleared out static parts of config since it was causing issues
|
10 years ago |
Seth House
|
b44c26cd13
|
Moved the rsa/dsa key management to config.sls
|
10 years ago |
Carlos Perelló Marín
|
e2cddca13e
|
Reverted the namespace change to avoid conflicts and backward incompatibilities
|
11 years ago |
Carlos Perelló Marín
|
47211d0648
|
Added support to manage ssh certificates
|
11 years ago |
Kenny Do
|
6e418aa945
|
added a state that installs the openssh client
|
11 years ago |
Kenny Do
|
b0c7009cb2
|
updated sshd_config file to be populated by pillar
|
11 years ago |
Kenny Do
|
9f70270643
|
explicitly set the user, group, and mode to match the package's
sshd_config
|
11 years ago |
Kenny Do
|
dc53d0c295
|
fixed the name of the service that the openssh config is watched by
|
11 years ago |
Kenny Do
|
07771c0ebf
|
Split the sshd_config and banner components into sub-states
|
11 years ago |
Kenny Do
|
0a2468d87a
|
created a map.jinja and updated openssh state to use those values
|
11 years ago |
Mark Eggert
|
2e229681c7
|
Adding a small variable to the OpenSSH sshd_config file so that the service will work correctly on Centos 6.4 and earlier
|
11 years ago |
Mark Eggert
|
d35929876f
|
Modifying OpenSSH formula service name on RedHat since it is called 'sshd', not 'ssh'
|
11 years ago |
Mark Eggert
|
92ac8a32aa
|
Modifying OpenSSH formula state to populate public/private DSA and RSA keys based on pillar data
|
11 years ago |
brandonparsons
|
90ce0d262f
|
Specify the service name for ssh
Current code was asking for service 'openssh' which does not exist. It is 'ssh'. Specifying a name in the `service.running` block fixes this.
|
11 years ago |
Thomas S Hatch
|
1224ee95f0
|
Add openssh files
|
11 years ago |