Config::Model::OpenSsh - OpenSsh graphical configuration editor
This module provides a graphical configuration editor for /etc/ssh/sshd_config
and /etc/ssh/ssh_config
(for root) and ~/.ssh/config
for non-root users.
Main dependencies
Once this module is installed, you can run:
# cme edit sshd
If cme fails to load your sshd_config
, you can try cme with -force
option.
Likewise, you can edit your ~/.ssh/config
file with:
$ cme edit ssh
Or to edit /etc/ssh/ssh_config
, run as root:
# cme edit ssh
Installation from git
Make sure that Config::Model and Dist::Zilla are installed, then run:
dzil build
If you want to install this software without packaging, you can also run:
dzil install