SSH Secure Shell is a secure telnet internet protocol to allow exchange of data. On the first place, it is used on Unix and Linux systems to access shell accounts and shell scripts. SSH was designed to replacement the insecure TELNET protocol and other insecure remote shell protocols (incl. RSH, Remote Shell). SSH uses the well-known public-key cryptographic algorithm to authenticate the remote host.
Download ActiveSocket from the ActiveXperts Download Site and start the installation. The installation guides you through the installation process.
First, create a new directory on the IIS Server's file system. This directory will hold the ASP later on.
From the 'Start menu', click on 'Administrative Tools' and click on 'Internet Information Services (IIS) Manager'. Right-click on the 'Web Sites' container and choose 'New->Web Site':
(Click on the picture to enlarge)
The 'Web Site Creation Wizard' is shown, guiding you thorugh the process of creating a new web site. Provide all necessary information:
You're now able to write an ASP script to use IP protocols with ActiveSocket.
Create a new ASP script called DEFAULT.ASP in the directory that was created in Step2, using your favorite editor. On top of the ASP code, insert the following lines to declare and create the ActiveSocket object:
<object runat=server progid="ActiveXperts.Ssh" id=objSsh></object>
There are SSH samples included with the product.
You can also find them on the ActiveXperts FTP site: ftp.activexperts-labs.com/samples/asocket