Skip to content
New issue

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

Execution stops when ssh keys are not accessible #27

Open
l-althueser opened this issue Apr 4, 2023 · 1 comment
Open

Execution stops when ssh keys are not accessible #27

l-althueser opened this issue Apr 4, 2023 · 1 comment
Assignees

Comments

@l-althueser
Copy link

  • xefab version: 0.1.9
  • Python version: 3.X
  • Operating System: WSL

Description

Due to some funky special configurations, my home folder is not entirely owned by the systems user. So I get permission denied errors. Can I suggest to catch the exception and continue with password identification in this special case? Like throwing a clear warning and the proceeding with business as usual?

What I Did

xf midway start-jupyter
PermissionError: [Errno 13] Permission denied: '/home/User/.ssh/id_rsa'
✗ Task failed to excecute.
@jmosbacher jmosbacher self-assigned this May 7, 2023
@jmosbacher
Copy link
Contributor

have you tried to use -i IDENTITY_FILE where IDENTITY_FILE is the path to an ssh identity file that is accessible to the user?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants