userauthlist 624 src/vfs/sftpfs/connection.c char *userauthlist; userauthlist 629 src/vfs/sftpfs/connection.c userauthlist = libssh2_userauth_list (sftpfs_super->session, super->path_element->user, userauthlist 632 src/vfs/sftpfs/connection.c if (userauthlist == NULL) userauthlist 635 src/vfs/sftpfs/connection.c if ((strstr (userauthlist, "password") != NULL userauthlist 636 src/vfs/sftpfs/connection.c || strstr (userauthlist, "keyboard-interactive") != NULL) userauthlist 640 src/vfs/sftpfs/connection.c if (strstr (userauthlist, "publickey") != NULL