Daniel Dehennin
df477b25c2
feat(map): update to v4 “map.jinja”
The `map.jinja` now exports a single variable called `mapdata`.
We extract the `openssh`, `sshd_config` and `ssh_config` from it to
minimize the changes to `.sls` files.
pirms 4 gadiem
reschl
ffafd2a2f5
Support package versions ( #134 )
added possibility to configure server version and client version
with pillar example
pirms 6 gadiem
ek9
33344743b0
Add ability to control SSH server status (default: on)
pirms 9 gadiem
Alan Pearce
edc208b79b
Add FreeBSD compatibility
pirms 10 gadiem
Seth House
b44c26cd13
Moved the rsa/dsa key management to config.sls
pirms 10 gadiem
Kenny Do
07771c0ebf
Split the sshd_config and banner components into sub-states
pirms 11 gadiem
Kenny Do
0a2468d87a
created a map.jinja and updated openssh state to use those values
pirms 11 gadiem
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
pirms 11 gadiem
Mark Eggert
d35929876f
Modifying OpenSSH formula service name on RedHat since it is called 'sshd', not 'ssh'
pirms 11 gadiem
Mark Eggert
92ac8a32aa
Modifying OpenSSH formula state to populate public/private DSA and RSA keys based on pillar data
pirms 11 gadiem
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.
pirms 11 gadiem
Thomas S Hatch
1224ee95f0
Add openssh files
pirms 11 gadiem