Skip to content

Commit

Permalink
👌 Improve daint.cscs.ch configuration
Browse files Browse the repository at this point in the history
* Be less patient: reduce `safe_interval` to 10
* Add `key_filename`: this should always be the same.
* Switch to `AutoAddPolicy`.
  • Loading branch information
mbercx committed Nov 9, 2023
1 parent 30afe5b commit 0d45628
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion daint.cscs.ch/gpu/computer-configure.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
username: '{{ username }}'
safe_interval: 60
safe_interval: 10
proxy_command: ssh -q -Y {username}@ela.cscs.ch netcat daint.cscs.ch 22
key_filename: ~/.ssh/cscs-key
key_policy: AutoAddPolicy
metadata:
tooltip: |
<p>
Expand Down

0 comments on commit 0d45628

Please sign in to comment.