Updates
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user