X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=bookworm%2Fsetup_scripts%2Finit_user_login.sh;h=aa8a03f6b090c076f6bbec57fda41bfeec004174;hb=bd58d96cd52902bded1890b6d339d043c640c485;hp=8413cd842e1c2728cde7f474b583a2e12770a3d0;hpb=d286a9a87d1cf888716bb7e36f7cbc052e75ff31;p=config diff --git a/bookworm/setup_scripts/init_user_login.sh b/bookworm/setup_scripts/init_user_login.sh index 8413cd8..aa8a03f 100755 --- a/bookworm/setup_scripts/init_user_login.sh +++ b/bookworm/setup_scripts/init_user_login.sh @@ -22,16 +22,16 @@ server="$1" eval $(ssh-agent) ssh-add -# # This will be used to log-in as root from plom account. -# echo 'Asking for new root password.' -# ssh root@"${server}" "passwd" -# -# # Set up plom's ~/.ssh/authorized_keys from root's. -# ssh root@"${server}" 'useradd -m plom' -# ssh root@"${server}" 'mkdir /home/plom/.ssh' -# ssh root@"${server}" 'chown plom:plom /home/plom/.ssh' -# ssh root@"${server}" 'cp /root/.ssh/authorized_keys /home/plom/.ssh/' -# ssh root@"${server}" 'chown plom:plom /home/plom/.ssh/authorized_keys' +# This will be used to log-in as root from plom account. +echo 'Asking for new root password.' +ssh root@"${server}" "passwd" + +# Set up plom's ~/.ssh/authorized_keys from root's. +ssh root@"${server}" 'useradd -m plom' +ssh root@"${server}" 'mkdir /home/plom/.ssh' +ssh root@"${server}" 'chown plom:plom /home/plom/.ssh' +ssh root@"${server}" 'cp /root/.ssh/authorized_keys /home/plom/.ssh/' +ssh root@"${server}" 'chown plom:plom /home/plom/.ssh/authorized_keys' # Set up SSH config and remove direct SSH login to root. scp "${local_path_sshd_config}" root@"${server}":"${system_path_sshd_config}"