Skip to content

Commit

Permalink
Re-add the "User" in DRAC entries
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
  • Loading branch information
lebrice committed Sep 25, 2023
1 parent 0765b40 commit c89ccd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion milatools/cli/init_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,8 @@ def add_drac_entries(ssh_config: SSHConfig, drac_username: str):
_add_ssh_entry(
ssh_config,
host="beluga cedar graham narval niagara",
Hostname="%h.computecanada.ca", # note: would be made redundant by the Match entry below
Hostname="%h.computecanada.ca",
User=drac_username, # note: would be made redundant by the Match entry below
)
_add_ssh_entry(
ssh_config,
Expand Down

0 comments on commit c89ccd9

Please sign in to comment.