mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
21 lines
1.6 KiB
HTML
21 lines
1.6 KiB
HTML
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
|
|
<html xmlns='http://www.w3.org/1999/xhtml'>
|
|
<head>
|
|
<title>userauthlist</title>
|
|
<meta name='robots' content='noindex,nofollow' />
|
|
<meta name='generator' content='GLOBAL-6.6.11' />
|
|
<meta http-equiv='Content-Style-Type' content='text/css' />
|
|
<link rel='stylesheet' type='text/css' href='../style.css' />
|
|
</head>
|
|
<body>
|
|
<pre>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L633'>userauthlist</a> 633 src/vfs/sftpfs/connection.c char *userauthlist;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L638'>userauthlist</a> 638 src/vfs/sftpfs/connection.c userauthlist = libssh2_userauth_list (sftpfs_super->session, super->path_element->user,</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L641'>userauthlist</a> 641 src/vfs/sftpfs/connection.c if (userauthlist == NULL)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L644'>userauthlist</a> 644 src/vfs/sftpfs/connection.c if ((strstr (userauthlist, "password") != NULL</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L645'>userauthlist</a> 645 src/vfs/sftpfs/connection.c || strstr (userauthlist, "keyboard-interactive") != NULL)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L649'>userauthlist</a> 649 src/vfs/sftpfs/connection.c if (strstr (userauthlist, "publickey") != NULL</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|