Skip to content

Commit

Permalink
Fix #437: fix typo in sshd_config file path (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
e-carlin authored Feb 2, 2024
1 parent 7f84a25 commit 53f31c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rsconf/package_data/vm_devbox/start.sh.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ vm_devbox_set_ssh_config() {
sudo bash -s <<'EOF_BASH'
set -eou pipefail
install --mode=400 --owner=root --group=root /dev/stdin /etc/sshd_config<<EOF_INSTALL
install --mode=400 --owner=root --group=root /dev/stdin /etc/ssh/sshd_config<<EOF_INSTALL
# DO NOT EDIT THIS FILE
# MANAGED BY RSCONF
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ vm_devbox_set_ssh_config() {
sudo bash -s <<'EOF_BASH'
set -eou pipefail
install --mode=400 --owner=root --group=root /dev/stdin /etc/sshd_config<<EOF_INSTALL
install --mode=400 --owner=root --group=root /dev/stdin /etc/ssh/sshd_config<<EOF_INSTALL
# DO NOT EDIT THIS FILE
# MANAGED BY RSCONF
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ rsconf_service_prepare 'vm_devbox_user-1' '/etc/systemd/system/vm_devbox_user-1.
rsconf_install_access '700' 'vagrant' 'vagrant'
rsconf_install_directory '/srv/vm_devbox_user-1'
rsconf_install_access '500' 'vagrant' 'vagrant'
rsconf_install_file '/srv/vm_devbox_user-1/start' '46de8c2ad8e5fcb3d074110e25d70136'
rsconf_install_file '/srv/vm_devbox_user-1/start' 'b7d61a2d0f37dc1abdf8a6a799ac25fb'
rsconf_install_access '444' 'root' 'root'
rsconf_install_file '/etc/systemd/system/vm_devbox_user-1.service' '1bd0318206a0d747ce7ab0247d1d6b39'
}

0 comments on commit 53f31c6

Please sign in to comment.