Skip to content

Commit

Permalink
Change where the compute node setup occurs in init
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <[email protected]>
  • Loading branch information
lebrice committed Apr 16, 2024
1 parent a945c25 commit 124ff48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions milatools/cli/init_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ def setup_passwordless_ssh_access(ssh_config: SSHConfig) -> bool:
success = setup_passwordless_ssh_access_to_cluster("mila")
if not success:
return False
setup_keys_on_login_node("mila")

drac_clusters_in_ssh_config: list[str] = []
hosts_in_config = ssh_config.hosts()
Expand Down

0 comments on commit 124ff48

Please sign in to comment.