myProxy icon indicating copy to clipboard operation
myProxy copied to clipboard

Missing file on home installation

Open songz opened this issue 5 years ago • 1 comments

Describe the bug when server app first starts, there is a scenario where myProxy user does not have ~.ssh folder, and therefore no ~/.ssh/authorized_keys file.

To Reproduce Steps to reproduce the behavior:

  1. New computer (maybe docker?)
  2. Install myProxy. Run setup.

Expected behavior Server starts without error

Screenshots

Desktop (please complete the following information):

  • OS: Ubuntu
  • Version 18.04

songz avatar Mar 18 '20 08:03 songz

The included checks and mkdir -p flag may have fixed this issue with the script in the docker PR.

ggwadera avatar Sep 07 '20 17:09 ggwadera