You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When a submission is triggered in SSH debug mode, scp does not work and always returns Permission denied, even when specifying password as authentication method. It seems this could be caused by the interactive-ness of the shell, and probably
Do we really want allowing scp'ing files in both directions?
What about a size limit on the amount of data that one can transfer in/from the container?
From what I understood of the use case that triggered this issue, file size is undetermined and could possibly be quite large.
Describe the bug
When a submission is triggered in SSH debug mode,
scp
does not work and always returnsPermission denied
, even when specifying password as authentication method. It seems this could be caused by the interactive-ness of the shell, and probablyINGInious/base-containers/base/inginious_container_api/utils.py
Line 79 in 61ead04
(to be confirmed)
INGInious installation details
To Reproduce
Steps to reproduce the behavior:
Permission denied
The text was updated successfully, but these errors were encountered: