You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data failed to compile:
----------
Rendering SLS 'base:openssh.auth_map' failed: while parsing a block mapping
in "<unicode string>", line 60, column 7:
- options: "["from='8.8.8.8'", "co ...
^
expected <block end>, but found '<scalar>'
in "<unicode string>", line 60, column 19:
- options: "["from='8.8.8.8'", "command='uptime'"]"
Please help me to answer my problems.
The text was updated successfully, but these errors were encountered:
Hello, I wanted to add some keys to my authorized_keys.
I need some options, like
from="8.8.8.8"
andcommand="uptime"
. I tried to create this entries with the auth_map state of this formula.First problem
pillar file
I get the following result:
f,r,o,m,=,8,.,8,.,8,.,8 ssh-rsa ...
Second problem
In the authorized key file, values like IP-addresses need quotes, otherwise I get an error. How can I handle this problem?
I get the following error:
Please help me to answer my problems.
The text was updated successfully, but these errors were encountered: