kubernetes-gcs-sftp icon indicating copy to clipboard operation
kubernetes-gcs-sftp copied to clipboard

SFTP Server using Google Cloud Storage

Results 5 kubernetes-gcs-sftp issues
Sort by recently updated
recently updated
newest added

Hi, I need to provide ssh_config file in /etc/ssh/ssh_config with custom configuration inside the container. What should I change?

This is a fix for the following 2 errors: - The partner1/partner2 -l params to `runuser` don't map to users in users.conf - The lack of `chmod 666 /dev/fuse` was...

I am trying to mount separate gcs bucket for every user. However, having issues with `runuser` command. Here is output of `runuser` command ``` runuser -l foo -c 'gcsfuse -o...

We had briefly considered using this corporately, but without a LICENSE we can't. It would be nice if the license could be made explicit.

Greetings: I just follow your step to setup the sftp-gcs kubernetes service, but I can't run it successfully. The only difference is that I run the service on GKE directly,...