mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-03-15 03:26:03 +01:00
start support for kex
This commit is contained in:
parent
18993f3a00
commit
11fcb4cd84
4 changed files with 48 additions and 5 deletions
|
|
@ -220,6 +220,10 @@ fn execute_command(command: &[u8]) -> ProcessOutput {
|
|||
status: 0,
|
||||
stdout: CPUINFO_UNAME_A.to_vec(),
|
||||
},
|
||||
"true" => ProcessOutput {
|
||||
status: 0,
|
||||
stdout: b"".to_vec(),
|
||||
},
|
||||
_ => {
|
||||
let argv0 = command.split_ascii_whitespace().next().unwrap_or("");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue