Differences From Artifact [58ef025f1f]:
- File ssh.c — part of check-in [9ad31acae5] at 2005-10-13 16:51:38 on branch trunk — Make SSH_MSG_DISCONNECT reasons less scary (without removing useful content). (user: ben size: 253130)
To Artifact [5b981e8773]:
- File ssh.c — part of check-in [bdcb94cf82] at 2005-10-13 17:51:44 on branch trunk — Tweak to r6392: spell "MAC" thus. (user: jacob size: 253130)
| ︙ | |||
130 131 132 133 134 135 136 | 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 | - + |
static const char *const ssh2_disconnect_reasons[] = {
NULL,
"host not allowed to connect",
"protocol error",
"key exchange failed",
"host authentication failed",
|
| ︙ |