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

[v0.1.6] Issue running the command mila init #140

Closed
wenhao-mila opened this issue Dec 20, 2024 · 1 comment
Closed

[v0.1.6] Issue running the command mila init #140

wenhao-mila opened this issue Dec 20, 2024 · 1 comment

Comments

@wenhao-mila
Copy link

What command did you run?

mila init

Describe the bug

Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/milatools/cli/commands.py", line 89, in main
mila()
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/milatools/cli/commands.py", line 146, in mila
return function(**args_dict)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/milatools/cli/commands.py", line 529, in init
success = setup_passwordless_ssh_access(ssh_config=ssh_config)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/milatools/cli/init_command.py", line 256, in setup_passwordless_ssh_access
success = setup_passwordless_ssh_access_to_cluster("mila")
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/milatools/cli/init_command.py", line 313, in setup_passwordless_ssh_access_to_cluster
assert ssh_public_key_path.exists()
AssertionError

Screenshots

Screenshot 2024-12-20 at 14 29 18 Screenshot 2024-12-20 at 14 30 51

Desktop (please complete the following information):

  • Mac OS 14.4.1
@wenhao-mila
Copy link
Author

Fixed by manually adding SSH keys id_rsa and id_rsa.pub on the server

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

1 participant