Skip to content

Commit

Permalink
DLPX-87656 Enable SFTP for Internal Variants
Browse files Browse the repository at this point in the history
  • Loading branch information
dbshah12 committed Sep 7, 2023
1 parent cea781e commit 628a4c4
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,11 @@
path: /etc/ssh/sshd_config
regexp: '^(Subsystem.*sftp.*)'
replace: '#\1'
when:
#
# For developer convenience, we only enable the sftp
# for internal variants (e.g. for development, testing, etc).
- variant is regex("external-.*")

#
# Ssh leads to the CLI, not bash, so let's remove all the linuxy shell goodies,
Expand Down

0 comments on commit 628a4c4

Please sign in to comment.