sls/ssl/openssh-privkey.tpl: fist comment has been removed, because it can cause errors in some ssh clients.

This commit is contained in:
Antsiferov Grigory 2016-10-11 00:53:27 +03:00
parent 45796af691
commit 47e63de0cc

View File

@ -1,4 +1,3 @@
# This file is generated by Salt
-----BEGIN OPENSSH PRIVATE KEY-----
{{ salt['pillar.get']('pki:openssh:'+privkey_key+':privkey').rstrip('\n') }}
-----END OPENSSH PRIVATE KEY-----