Skip to content

Commit

Permalink
Merge branch 'master' into manikowski-vm-cloudbuild-09072024
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianManiek authored Jul 12, 2024
2 parents 9d2d863 + bc76c0c commit 66c53bf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vm/chef/cookbooks/openssh/files/default/upgrade-openssh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,13 @@ function build_and_install_openssh() {
install -v -m755 -d "/usr/share/doc/openssh-${OPENSSH_VERSION}" && \
install -v -m644 INSTALL LICENCE OVERVIEW README* \
"/usr/share/doc/openssh-${OPENSSH_VERSION}"

# Setup sftp-server
make install
install -v -m755 sftp-server /usr/bin
rm -f /usr/lib/openssh/sftp-server
mkdir -p /usr/lib/openssh
ln -s /usr/bin/sftp-server /usr/lib/openssh/sftp-server
}

function enable_service() {
Expand Down

0 comments on commit 66c53bf

Please sign in to comment.