If you have ascli you can get the xxxx with:
ascli conf ascp info --fields=uuid --show-secrets=yes
or you can get the path to the unlocked common private key with (best option):
ascli conf ascp info --fields=ssh_private_rsa
You can get ascli binary for Linux (GLIBC 2.30+) in the Release section:
https://github.com/IBM/aspera-cli/releases/tag/v4.25.4
For ENA access, you can do like this:
ascli conf preset update era --url=ssh://fasp.sra.ebi.ac.uk:33001 --username=era-fasp --ssh-keys=$(ascli conf ascp info --fields=ssh_private_rsa) --ts=@json:'{"target_rate_kbps":300000}'
and then browse:
ascli -Pera server br /
and download:
ascli -Pera server download vol1/fastq/ERR164/ERR164407/ERR164407.fastq.gz
Note that IBM provides two similarly named client apps: Aspera Desktop Client and Aspera for Desktop.
The later is kind of a successor of the earlier.
You can use both to connect to ENA, like in ascli above, use the following information:
hostname: fasp.sra.ebi.ac.uk
username: era-fasp
ssh-key: Use the file specified by: ascli conf ascp info --fields=ssh_private_rsa
