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