rewrite testExec

add authWithPw and authWithPubkey
cleaned up logging
keyboardinteractive auth doesnt work
This commit is contained in:
neon443
2025-06-06 19:43:00 +01:00
parent 9b71bcde57
commit 8d68125b3f
3 changed files with 122 additions and 43 deletions

View File

@@ -20,7 +20,6 @@ struct ContentView: View {
sshHandler.testExec()
}
}
.padding()
}
}