SSH_SIG
#define SSH_SIG(x) if (strcmp(name, #x) == 0) return SIG ## x
#undef SSH_SIG
#define SSH_SIG(x) if (sig == SIG ## x) return #x