NoPorts Client Upgrade
Upgrade sshnp
Upgrading to the latest version of sshnp follows the same process as installation, as the installer automatically replaces existing binaries with the new ones.
To upgrade, follow the installation guide up to Step 3, then return to this page to verify the upgrade.
Verify the Upgrade
To check the current version of sshnp installed on your machine simply execute the binary:
sshnpThe first line of output should contain the version information:
Version : x.x.xsshnpThe first line of output should contain the version information:
Version : x.x.xsshnp.exeThe first line of output should contain the version information:
Version : x.x.xTroubleshooting the Upgrade
If you continue to get an old version number, it's likely that there's an old binary which wasn't replaced on the machine. Try the following to debug your binary location:
First, use this command to locate the sshnp binary:
command -v sshnpThe command should output the location of the binary which is on the PATH. Try deleting this binary then rerunning the installer.
rm "$(command -v sshnp)"First, use this command to locate the sshnp binary:
command -v sshnpThe command should output the location of the binary which is on the PATH. Try deleting this binary then rerunning the installer.
rm "$(command -v sshnp)"Since Windows doesn't include a dedicated installer, upgrading should be as simple as moving the new binary to wherever you installed the previous one.
Last updated
