mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipatests: test_sss_ssh_authorizedkeys
Add debug information to the ssh invocation. Related: https://pagure.io/freeipa/issue/8151 Signed-off-by: François Cami <fcami@redhat.com> Reviewed-By: Armando Neto <abiagion@redhat.com>
This commit is contained in:
parent
f7ed159769
commit
178d80969c
@ -1068,7 +1068,7 @@ class TestIPACommand(IntegrationTest):
|
||||
assert ssh_pub_key in result.stdout_text
|
||||
# login to the system
|
||||
self.master.run_command(
|
||||
['ssh', '-o', 'PasswordAuthentication=no',
|
||||
['ssh', '-v', '-o', 'PasswordAuthentication=no',
|
||||
'-o', 'IdentitiesOnly=yes', '-o', 'StrictHostKeyChecking=no',
|
||||
'-o', 'ConnectTimeout=10', '-l', user, '-i', user_key,
|
||||
self.master.hostname, 'true'])
|
||||
|
Loading…
Reference in New Issue
Block a user