Update test_ssh_proto.py

This commit is contained in:
Eugene Pankov 2022-08-21 19:07:58 +02:00
parent ec8fa770eb
commit dcf9ca8a8c
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4

View file

@ -180,8 +180,6 @@ class Test:
'/dev/null',
'-o',
'PreferredAuthentications=password',
'echo',
'hello',
password='123',
stderr=subprocess.PIPE,
)