Changes between Version 14 and Version 15 of DRM4G/Tutorial
- Timestamp:
- Jun 26, 2016 4:18:46 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DRM4G/Tutorial
v14 v15 151 151 [user@mycomputer~]$ ssh-keygen -t rsa -b 2048 -f $HOME/.ssh/meteo_rsa -N "" 152 152 }}} 153 154 1. Configure the `meteo` resource. If you do not have a [wiki:DRM4G#Resourcesection private_key] file, you can generate one by executing [http://www.openbsd.org/openssh/manual.html ssh-keygen]. This command will generate a public key (`~/.ssh/id_rsa.pub`) that will be necessary later on. 153 1. Configure the `meteo` resource : 155 154 {{{ 156 155 #!sh … … 173 172 RESOURCE STATE 174 173 meteo enabled 174 }}} 175 175 176 176 That's it! Now, you can summit jobs to `meteo`.