pubkey_auth        59 src/vfs/sftpfs/config_parser.c     gboolean pubkey_auth;       /* FALSE - disable public key authentication (default TRUE) */
pubkey_auth        90 src/vfs/sftpfs/config_parser.c     {"^\\s*PubkeyAuthentication\\s+(.*)$", NULL, STRING, offsetof (sftpfs_ssh_config_entity_t, pubkey_auth)},
pubkey_auth       309 src/vfs/sftpfs/config_parser.c     config_entity->pubkey_auth = TRUE;
pubkey_auth       366 src/vfs/sftpfs/config_parser.c     sftpfs_super->config_auth_type = (config_entity->pubkey_auth) ? PUBKEY : 0;