We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am new using the platform (sorry):
renku session start --ssh -p renkulab
Please verify and redact the details.
Renku version: 2.7.0 OS: Linux (#38~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Nov 2 18:01:13 UTC 2) Python: 3.10.13
Traceback (most recent call last): File "[...]/site-packages/renku/core/session/session.py", line 157, in session_start provider_api.pre_start_checks(**kwargs) File "[...]/site-packages/renku/core/session/renkulab.py", line 164, in pre_start_checks system_config = SystemSSHConfig() File "[...]/site-packages/renku/core/util/ssh.py", line 70, in __init__ self.ssh_config.touch(mode=0o600, exist_ok=True) File "[...]/pathlib.py", line 1168, in touch self._accessor.touch(self, mode, exist_ok) File "[...]/pathlib.py", line 331, in touch fd = os.open(path, flags, mode) PermissionError: [Errno 13] Permission denied: '/home/cvargas/.ssh/config'
It looks like I do not have permission to do so.
The text was updated successfully, but these errors were encountered:
what is the permission of the /home/cvargas/.ssh folder (ls -alh /home/cvargas/.ssh) and what is your user(output of id)?
/home/cvargas/.ssh
ls -alh /home/cvargas/.ssh
id
Sorry, something went wrong.
No branches or pull requests
Describe the bug
I am new using the platform (sorry):
renku session start --ssh -p renkulab
Details
Please verify and redact the details.
Renku version: 2.7.0
OS: Linux (#38~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Nov 2 18:01:13 UTC 2)
Python: 3.10.13
Traceback
Additional context
It looks like I do not have permission to do so.
The text was updated successfully, but these errors were encountered: