This commit is contained in:
2026-03-12 04:10:01 +00:00
parent f95770dec6
commit 355ae63651
6 changed files with 73 additions and 11 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export default function grabDeploymentUserDirNames({ user }: Params) {
const user_dir = `/home/${username}`;
const ssh_dir = `${user_dir}/.ssh`;
const ssh_key_file = `${ssh_dir}/${username}`;
const sshd_config_file = `/etc/ssh/sshd_config.d/${username}`;
const sshd_config_file = `/etc/ssh/sshd_config.d/${username}.conf`;
const force_command_file = `/usr/local/bin/turboci-deployment-user-${username}`;
return {