Skip to content

Commit

Permalink
Remove the unused params of _add_ssh_entry
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <[email protected]>
  • Loading branch information
lebrice committed Nov 6, 2023
1 parent 8d5c928 commit a3f60b5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions milatools/cli/init_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def setup_ssh_config(
_add_ssh_entry(
ssh_config,
host="mila",
Host=None,
HostName="login.server.mila.quebec",
User=username,
PreferredAuthentications="publickey,keyboard-interactive",
Expand Down Expand Up @@ -210,9 +209,6 @@ def _add_ssh_entry(
ssh_config: SSHConfig,
host: str,
Host: str | None = None,
*,
_space_before: bool = True,
_space_after: bool = False,
**entry,
) -> None:
"""Interactively add an entry to the ssh config file.
Expand Down

0 comments on commit a3f60b5

Please sign in to comment.