diff --git a/eiger.cscs.ch/multicore-mr0/computer-configure.yaml b/eiger.cscs.ch/multicore-mr0/computer-configure.yaml index f3220db..a1b9ccf 100644 --- a/eiger.cscs.ch/multicore-mr0/computer-configure.yaml +++ b/eiger.cscs.ch/multicore-mr0/computer-configure.yaml @@ -1,15 +1,16 @@ +--- port: 22 -look_for_keys: True +look_for_keys: true timeout: 60 -allow_agent: True +allow_agent: true proxy_jump: '' proxy_command: ssh -i /Users/mbercx/.ssh/cscs-key mbercx@ela.cscs.ch /usr/bin/netcat eiger.cscs.ch 22 -compress: True -gss_auth: False -gss_kex: False -gss_deleg_creds: False +compress: true +gss_auth: false +gss_kex: false +gss_deleg_creds: false gss_host: eiger.cscs.ch -load_system_host_keys: True +load_system_host_keys: true key_policy: RejectPolicy -use_login_shell: False -safe_interval: 10 \ No newline at end of file +use_login_shell: false +safe_interval: 10