+ ssh config

This commit is contained in:
fro
2025-11-10 10:49:25 -05:00
parent 60ccf18d7c
commit 71adb7981c
2 changed files with 15 additions and 0 deletions

View File

@@ -217,6 +217,11 @@ if [ ${operation} == "dots" ] ; then
file_path=/home/${system_user}
deploy_file "${dots_trg}/pacman/${file_name}" "${file_path}/${file_name}"
# ssh
file_name=config
file_path=/home/${system_user}/.ssh
deploy_file "${dots_trg}/ssh/${file_name}" "${file_path}/${file_name}"
# ----------
# printing
#