VERBKEY("progress","Connection setup",VERBOSE_PROGRESS), VERBKEY("crypto","Cryptography debugging output",VERBOSE_CRYPTO), VERBKEY("comp","Compression debugging output",VERBOSE_COMP), VERBKEY("x","X11 forwarding details",VERBOSE_X), VERBKEY("agent","Agent protocol details",VERBOSE_AGENT), VERBKEY("agentf","Agent forwarding details",VERBOSE_AGENTF), VERBKEY("iagent","Interactive agent details",VERBOSE_IAGENT), VERBKEY("awork","Agent work process details",VERBOSE_AWORK), VERBKEY("pktdata","Cleartext protocol packet data",VERBOSE_PKT_DATA), VERBKEY("pktcomp","Compressed protocol packet data",VERBOSE_PKT_COMP), VERBKEY("pktwire","On-the-wire protocol packet data",VERBOSE_PKT_WIRE), VERBKEY("pktcrypt","Wire packet encrypt/decrypt",VERBOSE_PKT_CRYPT), VERBKEY("pktmac","Wire packet MAC generation and checking",VERBOSE_PKT_MAC), VERBKEY("fwddata","Information about forwarded connections",VERBOSE_FWDDATA), VERBKEY("offer","Algorithms-offered lists for algorithm negotiation",VERBOSE_OFFER), VERBKEY("auth","Authentication progress info",VERBOSE_AUTH), VERBKEY("idlekg","Idle nonce-key generation",VERBOSE_IDLEKG), VERBKEY("sharedata","Shared-client packet data",VERBOSE_SHAREDATA), VERBKEY("shareconn-s","Shared-client connection setup, server side",VERBOSE_SHARECONN_S), VERBKEY("shareconn-c","Shared-client connection setup, client side",VERBOSE_SHARECONN_C), VERBKEY("fwd","Forwarded connection setup info",VERBOSE_FWD), VERBKEY("configfile","Config file parsing and execution",VERBOSE_CONFIGFILE), VERBKEY("configval","Config file values",VERBOSE_CONFIGVAL), VERBKEY("configcond","Config file conditionals",VERBOSE_CONFIGCOND), VERBKEY("kex","Key exchange",VERBOSE_KEX), IONLYKEY("share",VERBOSE_SHAREDATA|VERBOSE_SHARECONN_S|VERBOSE_SHARECONN_C), IONLYKEY("packets",VERBOSE_PKT_DATA|VERBOSE_PKT_COMP|VERBOSE_PKT_WIRE|VERBOSE_PKT_CRYPT|VERBOSE_PKT_MAC), IONLYKEY("default",VERBOSE_OFFER|VERBOSE_PROGRESS|VERBOSE_KEX), IONLYKEY("all",VERBOSE_ALL)