password_auth 57 src/vfs/sftpfs/config_parser.c gboolean password_auth; /* FALSE - no passwords allowed (default TRUE) */ password_auth 89 src/vfs/sftpfs/config_parser.c {"^\\s*PasswordAuthentication\\s+(.*)$", NULL, BOOLEAN, offsetof (sftpfs_ssh_config_entity_t, password_auth)}, password_auth 325 src/vfs/sftpfs/config_parser.c config_entity->password_auth = TRUE; password_auth 386 src/vfs/sftpfs/config_parser.c sftpfs_super->config_auth_type |= (config_entity->password_auth) ? PASSWORD : 0;