2014-09-05 07:44:07 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-07-11 09:02:41 +00:00
|
|
|
<!-- $Revision$ -->
|
2007-12-21 17:22:53 +00:00
|
|
|
<appendix xml:id="ssh2.constants" xmlns="http://docbook.org/ns/docbook">
|
2004-12-25 01:03:18 +00:00
|
|
|
&reftitle.constants;
|
|
|
|
&extension.constants;
|
|
|
|
<variablelist>
|
2012-02-28 13:22:09 +00:00
|
|
|
<varlistentry xml:id="constant.ssh2-fingerprint-md5">
|
2004-12-25 01:03:18 +00:00
|
|
|
<term>
|
|
|
|
<constant>SSH2_FINGERPRINT_MD5</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
Flag to <function>ssh2_fingerprint</function> requesting hostkey
|
|
|
|
fingerprint as an MD5 hash.
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2012-02-28 13:22:09 +00:00
|
|
|
<varlistentry xml:id="constant.ssh2-fingerprint-sha1">
|
2004-12-25 01:03:18 +00:00
|
|
|
<term>
|
|
|
|
<constant>SSH2_FINGERPRINT_SHA1</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
Flag to <function>ssh2_fingerprint</function> requesting hostkey
|
|
|
|
fingerprint as an SHA1 hash.
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2012-02-28 13:22:09 +00:00
|
|
|
<varlistentry xml:id="constant.ssh2-fingerprint-hex">
|
2004-12-25 01:03:18 +00:00
|
|
|
<term>
|
|
|
|
<constant>SSH2_FINGERPRINT_HEX</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
Flag to <function>ssh2_fingerprint</function> requesting hostkey
|
|
|
|
fingerprint as a string of hexits.
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2012-02-28 13:22:09 +00:00
|
|
|
<varlistentry xml:id="constant.ssh2-fingerprint-raw">
|
2004-12-25 01:03:18 +00:00
|
|
|
<term>
|
|
|
|
<constant>SSH2_FINGERPRINT_RAW</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
Flag to <function>ssh2_fingerprint</function> requesting hostkey
|
|
|
|
fingerprint as a raw string of 8-bit characters.
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2012-02-28 13:22:09 +00:00
|
|
|
<varlistentry xml:id="constant.ssh2-term-unit-chars">
|
2004-12-25 01:03:18 +00:00
|
|
|
<term>
|
|
|
|
<constant>SSH2_TERM_UNIT_CHARS</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
Flag to <function>ssh2_shell</function> specifying that
|
2005-01-17 11:54:04 +00:00
|
|
|
<parameter>width</parameter> and <parameter>height</parameter>
|
2004-12-25 01:03:18 +00:00
|
|
|
are provided as character sizes.
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2012-02-28 13:22:09 +00:00
|
|
|
<varlistentry xml:id="constant.ssh2-term-unit-pixels">
|
2004-12-25 01:03:18 +00:00
|
|
|
<term>
|
|
|
|
<constant>SSH2_TERM_UNIT_PIXELS</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
Flag to <function>ssh2_shell</function> specifying that
|
2005-01-17 11:54:04 +00:00
|
|
|
<parameter>width</parameter> and <parameter>height</parameter>
|
2004-12-25 01:03:18 +00:00
|
|
|
are provided in pixel units.
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2012-02-28 13:22:09 +00:00
|
|
|
<varlistentry xml:id="constant.ssh2-default-term-width">
|
2004-12-25 01:03:18 +00:00
|
|
|
<term>
|
|
|
|
<constant>SSH2_DEFAULT_TERM_WIDTH</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
Default terminal width requested by <function>ssh2_shell</function>.
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2012-02-28 13:22:09 +00:00
|
|
|
<varlistentry xml:id="constant.ssh2-default-term-height">
|
2004-12-25 01:03:18 +00:00
|
|
|
<term>
|
|
|
|
<constant>SSH2_DEFAULT_TERM_HEIGHT</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
Default terminal height requested by <function>ssh2_shell</function>.
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2012-02-28 13:22:09 +00:00
|
|
|
<varlistentry xml:id="constant.ssh2-default-term-unit">
|
2004-12-25 01:03:18 +00:00
|
|
|
<term>
|
|
|
|
<constant>SSH2_DEFAULT_TERM_UNIT</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
Default terminal units requested by <function>ssh2_shell</function>.
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2012-02-28 13:22:09 +00:00
|
|
|
<varlistentry xml:id="constant.ssh2-stream-stdio">
|
2004-12-25 01:03:18 +00:00
|
|
|
<term>
|
|
|
|
<constant>SSH2_STREAM_STDIO</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
Flag to <function>ssh2_fetch_stream</function> requesting STDIO subchannel.
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2012-02-28 13:22:09 +00:00
|
|
|
<varlistentry xml:id="constant.ssh2-stream-stderr">
|
2004-12-25 01:03:18 +00:00
|
|
|
<term>
|
|
|
|
<constant>SSH2_STREAM_STDERR</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
Flag to <function>ssh2_fetch_stream</function> requesting STDERR subchannel.
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2012-02-28 13:22:09 +00:00
|
|
|
<varlistentry xml:id="constant.ssh2-default-terminal">
|
2004-12-25 01:03:18 +00:00
|
|
|
<term>
|
|
|
|
<constant>SSH2_DEFAULT_TERMINAL</constant>
|
|
|
|
(<type>string</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
Default terminal type (e.g. vt102, ansi, xterm, vanilla) requested
|
|
|
|
by <function>ssh2_shell</function>.
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
2007-12-21 17:22:53 +00:00
|
|
|
</appendix>
|
2004-12-25 01:03:18 +00:00
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
2009-09-25 07:04:39 +00:00
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
2004-12-25 01:03:18 +00:00
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|