The server-side EAR password can be set for all users (global), per group, or
per user. You can specify these settings using
asconfigurator
or manually editing
aspera.conf:
To set the EAR password
for a user, group, or default, run the appropriate command:
# asconfigurator -x "set_user_data;user_name,username;transfer_encryption_content_protection_secret,passphrase"
# asconfigurator -x "set_group_data;group_name,group_name;transfer_encryption_content_protection_secret,passphrase"
# asconfigurator -x "set_node_data;transfer_encryption_content_protection_secret,passphrase"
Setting
the default value (gobal setting) creates the following text in
aspera.conf:
<default>
<transfer>
<encryption>
<content_protection_secret>passphrase</content_protection_secret>
</encryption>
</transfer>
...
</default>
Setting
a value for a user, such as asp1, creates the following
text in
aspera.conf:
<user>
<name>asp1</name>
<transfer>
<encryption>
<content_protection_secret>passphrase</content_protection_secret>
</encryption>
</transfer>
...
</user>
To
manually add a passphrase, open aspera.conf and insert
text similar to the examples above, depending on your
specifications.