Files
source/Y/hostkey_method.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

23 lines
2.0 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>hostkey_method</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#L327'>hostkey_method</a> 327 src/vfs/sftpfs/connection.c const char *hostkey_method = NULL;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L336'>hostkey_method</a> 336 src/vfs/sftpfs/connection.c hostkey_method = hostkey_method_ssh_ed25519;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L341'>hostkey_method</a> 341 src/vfs/sftpfs/connection.c hostkey_method = hostkey_method_ssh_ecdsa_521;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L346'>hostkey_method</a> 346 src/vfs/sftpfs/connection.c hostkey_method = hostkey_method_ssh_ecdsa_384;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L351'>hostkey_method</a> 351 src/vfs/sftpfs/connection.c hostkey_method = hostkey_method_ssh_ecdsa_256;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L355'>hostkey_method</a> 355 src/vfs/sftpfs/connection.c hostkey_method = hostkey_method_ssh_rsa;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L358'>hostkey_method</a> 358 src/vfs/sftpfs/connection.c hostkey_method = hostkey_method_ssh_dss;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L375'>hostkey_method</a> 375 src/vfs/sftpfs/connection.c hostkey_methods = g_strdup_printf ("%s,%s", hostkey_method, default_hostkey_methods);</span>
</pre>
</body>
</html>