How to deploy SSH Secure Client?

Description

This document provides steps required to deploy SSH Secure Client to multiple computers using Endpoint Central.

Steps

To deploy SSH Secure Client, follow the steps given below:

  1. Create a common network share to store the required installable file. Network share is recommended only while you wanted to deploy the software to computers within the network. If you wanted to deploy SSH Secure Client to computers located in a remote location, you can use HTTP upload.
  2. Note: The network share should have read permissions to Everyone in the group and should be accessible from all the computers to which you are trying to install.

  3. Download the SSH Secure Client EXE from the following URL: http://www.ohlone.edu/org/webcenter/sftptutorial/windowssftp-downloadinstall.html
  1. You would need to install SSH client manually in one computer to record the steps in an iss file, which could then be used to deploy in multiple computers.
  1. Extract the content of the EXE using winzip or 7-zip to a temporary directory.
  2. In the extracted location you will find a setup.exe file under Disk1 directory.
  3. Open a command prompt and run the setup file with this command "Disk1\Setup.exe -r"
  4. Follow the installation wizard to complete the installation.
  5. Upon successful installation, the installation steps will be recorded in an iss file at C:\windows\setup.iss
  6. Copy this setup.iss to the network share created in step 1
  1. Add the package
  1. Click the Software Deployment tab
  2. Click Add Package
  3. Select the MSIEXEC/EXE/ISS/Command package type
  4. Specify a name for the application
  5. Specify the Installation Command with Switches/Arguments as below:

    <Network Share>\SSHClient\Disk1\Setup.exe -s  -f1 "<Folder_Path>\setup.iss"
  6. Click Add Package
  1. Deploy to target computers
    1. Select the package that you added
    2. Click Install/Uninstall Software
    3. Enter a name and description for the configuration
    4. Define the package settings
    5. Configure the deployment settings
    6. Choose the target computers
    7. Specify the schedule options, if required
    8. Click Deploy
You have deployed SSH Secure Client