Hey ... so in this lens items under a host end up with no indentation.  Is this something that maybe should happen?<br><br>augtool> ls /files/etc/ssh/ssh_config/Host[.="*"]<br>GSSAPIAuthentication = yes<br>#comment[1] = If this option is set to yes then remote X11 clients will have full access<br>
#comment[2] = to the original X11 display. As virtually no X11 client supports the untrusted<br>#comment[3] = mode correctly we set this to yes.<br>ForwardX11Trusted = yes<br>#comment[4] = Send locale-related environment variables<br>
SendEnv[1]/ = (none)<br>SendEnv[2]/ = (none)<br>SendEnv[3]/ = (none)<br>augtool> set /files/etc/ssh/ssh_config/Host[.="*"]/ForwardX11 yes<br>augtool> save<br>Saved 1 file(s)<br>augtool><br>[root@myboxen ~]# grep -v ^[#$] /etc/ssh/ssh_config<br>
Host *<br>        GSSAPIAuthentication yes<br>        ForwardX11Trusted yes<br>        SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES<br>        SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT<br>
        SendEnv LC_IDENTIFICATION LC_ALL<br>ForwardX11 yes<br><br><br>-greg<br>