mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2026-09-21 17:07:38 +02:00
Merge remote-tracking branch 'origin/pr/3'
Conflicts: openssh/files/sshd_config openssh/init.sls pillar.example
This commit is contained in:
+16
-1
@@ -40,4 +40,19 @@ openssh:
|
||||
present: False
|
||||
enc: ssh-rsa
|
||||
comment: obsolete key - removed
|
||||
|
||||
dsa:
|
||||
private_key: |
|
||||
-----BEGIN DSA PRIVATE KEY-----
|
||||
NOT_DEFINED
|
||||
-----END DSA PRIVATE KEY-----
|
||||
public_key: |
|
||||
ssh-dss NOT_DEFINED
|
||||
provide_dsa_keys: False
|
||||
provide_rsa_keys: False
|
||||
rsa:
|
||||
private_key: |
|
||||
-----BEGIN RSA PRIVATE KEY-----
|
||||
NOT_DEFINED
|
||||
-----END RSA PRIVATE KEY-----
|
||||
public_key: |
|
||||
ssh-rsa NOT_DEFINED
|
||||
|
||||
Reference in New Issue
Block a user