↧
Answer by raphink for Modifying ssh_config with augtool
Augeas has no concept of (un)?commenting. It only lets you manage entries from the file using a tree that maps them. You could emulate uncommenting an entry by inserting a new entry right after (or...
View ArticleModifying ssh_config with augtool
This is the default /etc/ssh/ssh_config, which contains #ForwardX11 no, which I would like to change, so I doaugtool set "/files/etc/ssh/ssh_config/ForwardX11" yeswhich fails, but this adds ForwardX11...
View Article
More Pages to Explore .....