mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-15 08:55:06 +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)
|
||||
} else {
|
||||
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