Agent: Fix a typo in ssh_handler

This commit is contained in:
Ilija Lazoroski 2022-08-15 19:10:05 +02:00
parent 03d569cc00
commit d672fcfffe
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ def _get_ssh_files(
collected_credentials = Credentials(
identity=Username(info["name"]),
secrets=SSHKeypair(
secret=SSHKeypair(
info["private_key"], info["public_key"]
),
)