If you need to access a secured Artifactory server that requires a username and password, you can specify these in your Debian source.list file by prefixing the artifactory host name with the required credentials as follows:
Accessing Artifactory with credentials
https://<USERNAME>:<PASSWORD>@[JFrogPlatformURL]/artifactory/{repoKey} {distribution} {components}
For example:
https://john:dGtuOjAxOjE3ODQ3MDQ1MzY6d@company.jfrog.io/artifactory/debian-local wheezy main restrictedEncrypting your password
You can use your encrypted password as described in Using Your Secure Password.
Compression Formats
Artifactory supports the following compression formats for Debian indices:
Gzip (.gz file extension) - created by default for every Debian repository and cannot be disabled.
Bzip2 (.bz2 file extension)
LZMA (.lzma extension)
XZ (.xz extension)