authtype_t 52 cygnal/libnet/sshclient.h typedef enum {NO_AUTHTYPE, DSS, RSA} authtype_t; authtype_t 53 cygnal/libnet/sshserver.h typedef enum {NO_AUTHTYPE, DSS, RSA} authtype_t;