{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "ssh -vvv -o ConnectTimeout=10 -p 2022 root@88.198.50.199 \"echo test\" 2>&1 | tail -30",
"description": "Verbose SSH debug"
}
}
{
"tool_response": {
"stdout": "debug3: preferred gssapi-with-mic,publickey,keyboard-interactive,password\r\ndebug3: authmethod_lookup publickey\r\ndebug3: remaining preferred: keyboard-interactive,password\r\ndebug3: authmethod_is_enabled publickey\r\ndebug1: Next authentication method: publickey\r\ndebug1: Will attempt key: \/root\/.ssh\/id_rsa \r\ndebug1: Will attempt key: \/root\/.ssh\/id_ecdsa \r\ndebug1: Will attempt key: \/root\/.ssh\/id_ecdsa_sk \r\ndebug1: Will attempt key: \/root\/.ssh\/id_ed25519 ED25519 SHA256:z4EvJpHM23MqSx9YNYcjNaIZuKJDFVqwy+MWX18\/qw0\r\ndebug1: Will attempt key: \/root\/.ssh\/id_ed25519_sk \r\ndebug1: Will attempt key: \/root\/.ssh\/id_xmss \r\ndebug2: pubkey_prepare: done\r\ndebug1: Trying private key: \/root\/.ssh\/id_rsa\r\ndebug3: no such identity: \/root\/.ssh\/id_rsa: No such file or directory\r\ndebug1: Trying private key: \/root\/.ssh\/id_ecdsa\r\ndebug3: no such identity: \/root\/.ssh\/id_ecdsa: No such file or directory\r\ndebug1: Trying private key: \/root\/.ssh\/id_ecdsa_sk\r\ndebug3: no such identity: \/root\/.ssh\/id_ecdsa_sk: No such file or directory\r\ndebug1: Offering public key: \/root\/.ssh\/id_ed25519 ED25519 SHA256:z4EvJpHM23MqSx9YNYcjNaIZuKJDFVqwy+MWX18\/qw0\r\ndebug3: send packet: type 50\r\ndebug2: we sent a publickey packet, wait for reply\r\ndebug3: receive packet: type 51\r\ndebug1: Authentications that can continue: publickey\r\ndebug1: Trying private key: \/root\/.ssh\/id_ed25519_sk\r\ndebug3: no such identity: \/root\/.ssh\/id_ed25519_sk: No such file or directory\r\ndebug1: Trying private key: \/root\/.ssh\/id_xmss\r\ndebug3: no such identity: \/root\/.ssh\/id_xmss: No such file or directory\r\ndebug2: we did not send a packet, disable method\r\ndebug1: No more authentication methods to try.\r\nroot@88.198.50.199: Permission denied (publickey).",
"stderr": "",
"interrupted": false,
"isImage": false
}
}