Changing the Port Number on the GSW SSH Server for Windows is quick and easy.
The Secure Shell (SSH) default port number is 22. In the GSW Windows SSH Server, you can change the default port number to the port of your choice in 5 easy steps.
Helpful Hint before we get started – Make sure that you also change the port number on the SSH clients to the same port number configured on the SSH Server!
-
Click START at the bottom left corner of your screen, then click RUN
-
Type REGEDIT, then click OK
-
Select the Registry Key:
The SSH Port number is configured by modifying the following registry key:
usGSWSSHDPort which is a number. The key is:
For 64-bit: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Georgia
SoftWorks\GSW_SSHD\Parameters\usGSWSSHDPort
For 32-bit: HKEY_LOCAL_MACHINE\SOFTWARE\Georgia
SoftWorks\GSW_SSHD\Parameters\usGSWSSHDPort
The default value is 22.
-
Select the menu item EDIT and then click MODIFY. Enter the new value for the usGSWSSHDPort and click OK.
-
Restart the GSW SSHD service. Upon restart, the new value will take effect.