I want to allow a customer to upload files to my cloud instance, but not permit him to do anything else. I guess I have to follow this procedure. ssh access
- But this says he has to generate a key on unix box. What if he doesn't have access to a unix box? Can I generate it and send it to him?
- How do I prevent him from from doing anything except uploading files?
- Where would the files go?
Thanks