sshconf
sshconf copied to clipboard
Add entry to beginning of the file
I have a config file similar to this
Host host1
...
Host host2
...
Host *
...
I want to add host3. But if host3 is added at the end, the * config will be used which is not intended. It would be good to have an option to add the entry to beginning of the file.