mirror of
https://github.com/jtesta/ssh-audit.git
synced 2025-08-04 22:31:14 +02:00
Removed SSHv1 support (#298).
This commit is contained in:
@@ -166,7 +166,6 @@ class TestErrors:
|
||||
vsocket.rdata.append(b'SSH-1.3-ssh-audit-test\r\n')
|
||||
vsocket.rdata.append(b'Protocol major versions differ.\n')
|
||||
conf = self._conf()
|
||||
conf.ssh1, conf.ssh2 = True, False
|
||||
lines = self._audit(output_spy, conf)
|
||||
assert len(lines) == 4
|
||||
assert 'error reading packet' in lines[-1]
|
||||
|
Reference in New Issue
Block a user