Chilkat Examples


Languages

Chilkat Software

 

Charset 101

Released on 3-Nov-2008

Chilkat SSH ActiveX Component

The Chilkat SSH ActiveX makes it possible to execute remote commands and start remote shells directly from Visual Basic 6.0, ASP, Visual Foxpro, VBScript, Delphi, C++, or any other programming language supporting ActiveX. It supports both password-based and public key authentication. Standard Chilkat AbortCheck event callbacks ensure that your application never hangs, and any method call may be aborted. See the full list of features below.

SSH Component Features

  • Implements the SSH2 protocol.
  • Remote shell over SSH.
  • Execute commands over SSH channel.
  • Manage multiple open channels simultaneously.
  • Asynchronous operation -- start commands/shell and retrieve responses separately.
  • Supports both password and public-key authentication.
  • Execute multiple commands over multiple channels simultaneously.
  • Initiate key re-exchange.
  • Transparently handles server key re-exchanges.
  • Explicit control over bi-directional channels with ability to send CLOSE and EOF.
  • Request PTY for terminal emulation.
  • Set environment variables.
  • Send signals to remote shell or command.
  • Set TTY mode.
  • Supports custom channels.
  • Automatic conversion of text output from remote system's charset to Unicode-based strings.
  • SSH tunneling (tunneling) for IMAP, SMTP, POP3 integrated directly in Chilkat IMAP and Email components.
  • Progress monitoring and abort capability

SSH Key Creation/Conversion Features

  • Generate new DSA keys.
  • Generate new RSA keys.
  • Import/export private keys in OpenSSH format (encrypted or unencrypted).
  • Import/export private keys in PuTTY format (encrypted or unencrypted).
  • Import/export public keys in OpenSSH format.
  • Import/export public keys in RFC 4716 format.
  • Import/export keys in XML format.
  • Generate fingerprint for key.

© 2000-2022 Chilkat Software, Inc. All Rights Reserved. ..