# Deploying SSH Secure Client | ManageEngine Endpoint Central ## Software Installation - How To ## 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 when you want to deploy the software to computers within the network. If you want to deploy SSH Secure Client to computers located in a remote location, you can use [HTTP upload](https://www.manageengine.com/products/desktop-central/deploy-software-file-upload.html). > **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. 2. Download the SSH Secure Client EXE from the following URL: [http://www.ohlone.edu/org/webcenter/sftptutorial/windowssftp-downloadinstall.html](http://www.ohlone.edu/org/webcenter/sftptutorial/windowssftp-downloadinstall.html) 3. 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. a. Extract the content of the EXE using WinZip or 7-Zip to a temporary directory. b. In the extracted location you will find a `setup.exe` file under the `Disk1` directory. c. Open a command prompt and run the setup file with this command: ``` Disk1\Setup.exe -r ``` d. Follow the installation wizard to complete the installation. e. Upon successful installation, the installation steps will be recorded in an iss file at: ``` C:\windows\setup.iss ``` f. Copy this **setup.iss** to the network share created in step 1. 4. Add the package a. Click the **Software Deployment** tab. b. Click **Add Package**. c. Select the **MSIEXEC/EXE/ISS/Command** package type. d. Specify a name for the application. e. Specify the **Installation Command with Switches/Arguments** as below: ``` \SSHClient\Disk1\Setup.exe -s -f1 "\setup.iss" ``` f. Click **Add Package**. 5. Deploy to target computers a. Select the package that you added. b. Click **Install/Uninstall Software**. c. Enter a name and description for the configuration. d. Define the package settings. e. Configure the deployment settings. f. Choose the target computers. g. Specify the schedule options, if required. h. Click **Deploy**. You have deployed SSH Secure Client.