mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-16 17:35:04 +01:00
print supported algs
This commit is contained in:
parent
5956771455
commit
6ff5bbde98
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ impl ServerConnection {
|
||||||
Ok(expected)
|
Ok(expected)
|
||||||
} else {
|
} else {
|
||||||
Err(client_error!(
|
Err(client_error!(
|
||||||
"client does not supported algorithm {expected}"
|
"client does not supported algorithm {expected}. supported: {list:?}",
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue