Home
last modified time | relevance | path

Searched refs:signature_format (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
DSSH2.php762 private $signature_format = ''; variable in phpseclib3\\Net\\SSH2
1895 $this->signature_format = substr($this->signature, 4, $temp['length']);
1935 …if ($public_key_format != $expected_key_format || $this->signature_format != $server_host_key_algo…
1937 case $this->signature_format == $server_host_key_algorithm:
1939 case $this->signature_format != 'ssh-rsa':
1941 …w \RuntimeException('Server Host Key Algorithm Mismatch (' . $this->signature_format . ' vs ' . $s…
5158 'hostkey' => $this->signature_format,
5332 $this->signature_format . ' ' . $server_public_host_key :
5338 switch ($this->signature_format) {
5345 switch ($this->signature_format) {
[all …]