pubkey_auth 59 src/vfs/sftpfs/config_parser.c gboolean pubkey_auth; // FALSE - disable public key authentication (default TRUE) pubkey_auth 123 src/vfs/sftpfs/config_parser.c offsetof (sftpfs_ssh_config_entity_t, pubkey_auth), pubkey_auth 358 src/vfs/sftpfs/config_parser.c config_entity->pubkey_auth = TRUE; pubkey_auth 415 src/vfs/sftpfs/config_parser.c sftpfs_super->config_auth_type = (config_entity->pubkey_auth) ? PUBKEY : 0;