userauthlist      625 src/vfs/sftpfs/connection.c     char *userauthlist;
userauthlist      630 src/vfs/sftpfs/connection.c     userauthlist = libssh2_userauth_list (sftpfs_super->session, super->path_element->user,
userauthlist      633 src/vfs/sftpfs/connection.c     if (userauthlist == NULL)
userauthlist      636 src/vfs/sftpfs/connection.c     if ((strstr (userauthlist, "password") != NULL
userauthlist      637 src/vfs/sftpfs/connection.c          || strstr (userauthlist, "keyboard-interactive") != NULL)
userauthlist      641 src/vfs/sftpfs/connection.c     if (strstr (userauthlist, "publickey") != NULL