password_auth 57 src/vfs/sftpfs/config_parser.c gboolean password_auth; // FALSE - no passwords allowed (default TRUE) password_auth 117 src/vfs/sftpfs/config_parser.c offsetof (sftpfs_ssh_config_entity_t, password_auth), password_auth 356 src/vfs/sftpfs/config_parser.c config_entity->password_auth = TRUE; password_auth 417 src/vfs/sftpfs/config_parser.c sftpfs_super->config_auth_type |= (config_entity->password_auth) ? PASSWORD : 0;