Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
rdms:access:linux:irodsfs [2024/09/09 07:37] – ↷ Page name changed from rdms:access:linux:lwpfuse to rdms:access:linux:irodsfs jelterdms:access:linux:irodsfs [2024/11/11 15:24] (current) – Updated config files for newer irodsfs versions jelte
Line 49: Line 49:
  
 <code> <code>
-host: store.data.rug.nl +irods_host: store.data.rug.nl 
-port: 1247 +irods_port: 1247 
-proxy_user: <username>@rug.nl +irods_user_name: <username>@rug.nl 
-client_user<username>@rug.nl +irods_zone_name: rug 
-zone: rug +irods_user_password"<your_password"
-password:+
  
-auth_scheme: "pam"  +irods_authentication_scheme: "pam_password
-ssl_ca_cert_file: "/etc/ssl/certs/ca-certificates.crt" +irods_ssl_ca_certificate_file: "/etc/ssl/certs/ca-certificates.crt" 
-ssl_encryption_key_size: 32 +irods_encryption_key_size: 32 
-ssl_encryption_algorithm: "AES-256-CBC" +irods_encryption_algorithm: "AES-256-CBC" 
-ssl_encryption_salt_size: 8 +irods_encryption_salt_size: 8 
-ssl_encryption_hash_rounds: 16+irods_encryption_num_hash_rounds: 16
  
 path_mappings: path_mappings:
-  - irods_path: /rug/home/<username> +  - irods_path: /rug/home/<username>@rug.nl
     mapping_path: /     mapping_path: /
     resource_type: dir     resource_type: dir
 </code> </code>
 +
 **Notes:** **Notes:**
-  * In  ''irodsfs'' versions prior to v0.8.3 the configuration file used ''autscheme'' instead of ''auth_scheme''. Please check the version of ''irodsfs'' you are using and keep this in mind when using configuration file in the example above!  +  * Older version of ''irodfs'' used different termins in the config file, please be sure that you use the current ''irodsfs'' version. 
-  * Depending on your Linux distribution (e.g. CentOS), you might need to adjust ''/etc/ssl/certs/ca-certificates.crt'' to ''/etc/ssl/certs/ca-bundle.crt'' or equivalent. +  * Depending on your Linux distribution (e.g. CentOS), you might need to adjust ''/etc/ssl/certs/ca-certificates.crt'' to ''/etc/ssl/certs/ca-bundle.crt'' or equivalent.
   * Keep in mind that your UG mail addressed needs to be specified in lowercase!   * Keep in mind that your UG mail addressed needs to be specified in lowercase!
  
Line 113: Line 113:
  
 <code> <code>
-host: store.data.rug.nl +irods_host: store.data.rug.nl 
-port: 1247 +irods_port: 1247 
-proxy_user: <username>@rug.nl +irods_user_name: <username>@rug.nl 
-client_user<username>@rug.nl +irods_zone_name: rug 
-zone: rug +irods_user_password: "<your_password"
-password: +
- +
-authscheme: "pam +
-ssl_ca_cert_file: "/etc/ssl/certs/ca-certificates.crt" +
-sslencryption_key_size: 32 +
-ssl_encryption_algorithm: "AES-256-CBC" +
-ssl_encryption_salt_size:+
-ssl_encryption_hash_rounds: 16+
  
 +irods_authentication_scheme: "pam_password"
 +irods_ssl_ca_certificate_file: "/etc/ssl/certs/ca-certificates.crt"
 +irods_encryption_key_size: 32
 +irods_encryption_algorithm: "AES-256-CBC"
 +irods_encryption_salt_size: 8
 +irods_encryption_num_hash_rounds: 16
  
 path_mappings: path_mappings:
Line 136: Line 134:
     resource_type: dir     resource_type: dir
 </code> </code>
 +
  
 While it is possible to provide your password directly in the ''config.yaml'' file as shown above, we strongly advise against doing so for security reasons.  While it is possible to provide your password directly in the ''config.yaml'' file as shown above, we strongly advise against doing so for security reasons. 
  
 You can also install and use ''irodsfs'' on other environments besides your own personal Linux machine. For example you can follow the guide above to install ''irodsfs'' on a **Windows Subsystem for Linux (WSL)** instance. In the same way you can install and use ''irodsfs'' on the **Hábrók HPC cluster**. Just connect via ''ssh'' to the cluster and follow the manual above as if working on your local Linux machine. You can also install and use ''irodsfs'' on other environments besides your own personal Linux machine. For example you can follow the guide above to install ''irodsfs'' on a **Windows Subsystem for Linux (WSL)** instance. In the same way you can install and use ''irodsfs'' on the **Hábrók HPC cluster**. Just connect via ''ssh'' to the cluster and follow the manual above as if working on your local Linux machine.