🔒 Repository is read-only – file editing is disabled.
1234567
INFO="\033[1;36m"
NORMAL="\033[0;39m"
if [ ! -f etc/ssh/ssh_config ]; then
cp etc/ssh/ssh_config{.default,}
printf "${INFO} /etc/ssh/ssh_config created ${NORMAL}\n"
printf "${INFO} Double check /etc/ssh/ssh_config and adapted to your needs ${NORMAL}\n"
fi