MartinHajducik

Results 1 comments of MartinHajducik

> `~/.ssh/authorized_keys` (`userKeysAllowedFile`) is in fact overwritten each time: > > https://github.com/atmoz/sftp/blob/302390e67cdd589702f887ddbf0ea7b2d9a877aa/files/create-sftp-user#L94 > > because `userKeysAllowedFileTmp` is always a new file: > > https://github.com/atmoz/sftp/blob/302390e67cdd589702f887ddbf0ea7b2d9a877aa/files/create-sftp-user#L86 > > Do you create a...