sftp icon indicating copy to clipboard operation
sftp copied to clipboard

force newline during authorized_keys file build

Open jalleyne opened this issue 3 years ago • 1 comments

Fixes issue #283 with missing new line characters between authorization keys if the file does not already contain these new lines. this is usually an easy fix by appending a new line to the file and mounting as described in the README, but in situations like helm charts the values being passed in are stripped of whitespaces making this difficult to solve.

jalleyne avatar Nov 11 '21 04:11 jalleyne

Please merge this @atmoz

v0l avatar Nov 25 '22 10:11 v0l