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