{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "ssh -v -o ConnectTimeout=10 -p 2022 root@88.198.50.199 \"echo test\" 2>&1 | grep -E \"(Offering|Authentications|Permission|identity)\"",
"description": "Debug SSH connection"
}
}
{
"tool_response": {
"stdout": "debug1: identity file \/root\/.ssh\/id_rsa type -1\r\ndebug1: identity file \/root\/.ssh\/id_rsa-cert type -1\r\ndebug1: identity file \/root\/.ssh\/id_ecdsa type -1\r\ndebug1: identity file \/root\/.ssh\/id_ecdsa-cert type -1\r\ndebug1: identity file \/root\/.ssh\/id_ecdsa_sk type -1\r\ndebug1: identity file \/root\/.ssh\/id_ecdsa_sk-cert type -1\r\ndebug1: identity file \/root\/.ssh\/id_ed25519 type 3\r\ndebug1: identity file \/root\/.ssh\/id_ed25519-cert type -1\r\ndebug1: identity file \/root\/.ssh\/id_ed25519_sk type -1\r\ndebug1: identity file \/root\/.ssh\/id_ed25519_sk-cert type -1\r\ndebug1: identity file \/root\/.ssh\/id_xmss type -1\r\ndebug1: identity file \/root\/.ssh\/id_xmss-cert type -1\r\ndebug1: Authentications that can continue: publickey\r\ndebug1: Offering public key: \/root\/.ssh\/id_ed25519 ED25519 SHA256:z4EvJpHM23MqSx9YNYcjNaIZuKJDFVqwy+MWX18\/qw0\r\ndebug1: Authentications that can continue: publickey\r\nroot@88.198.50.199: Permission denied (publickey).",
"stderr": "",
"interrupted": false,
"isImage": false
}
}