Launch PuTTY from Remote Connections Page

Launch PuTTY from Remote Connections Page

Launch PuTTY from Remote Connections Page

1. Copy Copy J:\FullCount\Documentation\Office\Workstations\PuttyUtil folder and contents under C:\ to create template directory for the below steps.

2.  Right-click on C:\PuttyUtil\putty_setup.reg and select Merge. Click “Yes” when prompted.

3. You are done! SSH links in your browser should now launch PuTTY on your desktop and connect to the correct server.

Batch File Template

REM ---- Start of Batch File Template ----

@echo off

set var=%1

set extract=%var:~6,-1%

for /f " tokens=2* delims=:" %A in ("%extract%") do (

    set port=%~A

)

 

cd C:\Program Files\PuTTY

start putty.exe %extract% %port%

REM ---- End of Batch File Template ----

Registry Settings Template

REGEDIT4

[HKEY_CLASSES_ROOT\ssh]

@="URL:ssh Protocol"

"URL Protocol"=""

[HKEY_CLASSES_ROOT\ssh\shell]

[HKEY_CLASSES_ROOT\ssh\shell\open]

[HKEY_CLASSES_ROOT\ssh\shell\open\command]

@="\"C:\\PuttyUtil\\putty_util.bat\" %1"

 


    • Related Articles

    • Install PuTTY SSH Client

      Install PuTTY SSH Client Objectives Install PuTTY SSH client on your computer. Prerequisites A computer A web browser An Internet connection Instructions Open a web browser, and click on the following link: ...
    • Set up SSH Authentication Agent

      Set up SSH Authentication Agent Objectives Create a batch file to automatically launch Pageant whenever you log into your computer. Convert openSSH keys into PuTTY's private key file format. Load private keys into Pageant's keyring. Prerequisites ...
    • Overview of Deployment Process for Remote Servers

      Overview of Deployment Process for Remote Servers Introduction The process for updating the Touchscreen and Back Office applications is known as the deployment process. The deployment process is only used for updating applications and databases on ...
    • Remote Server Decommission Process

      Remote Server Decommission Process The purpose of this document is to track the process for decommissioning a FullCount remote server as part of the transition for the client to be centrally hosted or if the client is leaving FullCount. The first ...
    • Run Remote Deployment Process - Java

      Remote Server Configuration This has already been completed for all existing remote servers. Java 1.8 installed Tomcat located at /srv/tomcat XE database installed and running with fc_obj_owner user Directory /home/deployment exists Database backup ...