
Config::model::openssh enables cme command to edit openssh configuration files, namely, /etc/ssh/sshd_config, /etc/ssh/ssh_config (for root) and ~/.ssh/config (for other users).
you can get extra functionality by installing some optional dependencies:
* a graphical openssh file editor with libconfig-model-tkui-perl
* a curses openssh file editor with libconfig-model-cursesui-perl
comments of the files are preserved during edition. comments can be edited with the graphical interface and saved back in the configuration files.
'cme check ssh' command can be used to validate the content of ssh* configuration files.