mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
10 lines
231 B
Text
Executable file
10 lines
231 B
Text
Executable file
[general]
|
|
transfer_module = scp
|
|
metadata_path = /var/tuf/test-repo/metadata/targets.txt
|
|
targets_directory = /var/tuf/test-repo/targets
|
|
|
|
[scp]
|
|
host = localhost
|
|
user = user
|
|
identity_file = ~/.ssh/id_rsa
|
|
remote_directory = ~/pushes
|