Parses ssh client configuration
Author: Jiri Suchomel jsuc@sus e.cz home
Ssh | Parses ssh client configuration |
Reference | ssh_config man page |
License | This file is licensed under the GPL. |
Lens Usage | Sample usage of this lens in augtool |
USEFUL PRIMITIVES | |
ENTRIES | |
LENS |
Sample usage of this lens in augtool
augtool> set /files/etc/ssh/ssh_config/Host example.com augtool> set /files/etc/ssh/ssh_config/Host[.='example.com']/RemoteForward/machine1:1234 machine2:5678 augtool> set /files/etc/ssh/ssh_config/Host[.='example.com']/Ciphers/1 aes128-ctr augtool> set /files/etc/ssh/ssh_config/Host[.='example.com']/Ciphers/2 aes192-ctr