Skip to content

Commit

Permalink
Updated default ssh key name.
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlo committed Feb 7, 2024
1 parent 19c9327 commit 84bcae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion darsync.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ def gen_slurm_script(args):

# Get command line arguments, with defaults for hostname and SSH key
hostname_default = 'dardel.pdc.kth.se'
ssh_key_default = f"{os.environ['HOME']}/.ssh/id_rsa"
ssh_key_default = f"{os.environ['HOME']}/.ssh/id_ed25519-pdc"

# Get command line arguments
local_dir = args.local_dir or input(msg('input_local_dir'))
Expand Down

0 comments on commit 84bcae3

Please sign in to comment.