DescriptionMartin VanWinkle
2022-08-11 18:24:04 UTC
Description of problem:
I'm unsure if this is still a problem with the current version, and I'm building on Springdale Linux 9, buuut:
In my kickstart file I have:
```
sshkey --username=root "from=\"192.168.1.1\" ssh-rsa ...
```
And in anaconda-ks.cfg, you get:
```
sshkey --username=root "from=192.168.1.1" ssh-rsa
```
If you notice, the slashes escaping the quotes are missing.
Version-Release number of selected component (if applicable):
How reproducible:
Any build with an sshkey entry that has from="..." in it.
Steps to Reproduce:
1. Build a machine with an sshkey that has a "from" entry with quotes.
2. Quotes aren't properly escaped in resulting ~root/anaconda-ks.cfg
3.
Actual results:
Expected results:
Quotes properly escaped.
Additional info:
Sorry if this still isn't a bug, I'm putting this together in a rush.