LogoLogo
  • Home
  • Installation
    • Quick Start for MacOS and Windows
    • MacOS Installation Guides
      • MacOS Desktop Client Installation
      • MacOS CLI Client Installation
      • MacOS Device Installation
    • Linux Installation Guide
      • Linux Cli Client Installation
      • Linux Device Installation
    • Windows Installation Guide
      • Windows Desktop Client Installation
      • Windows CLI Client Installation
      • Windows Device Installation
    • Manual Installation Guides
      • Device installation
        • Tmux session
        • Standalone Binaries
        • Systemd Unit
        • Headless
      • Device Upgrade
      • Installs at scale
      • Client installation
      • Client Upgrade
    • OpenWrt Installation Guide
    • Custom OS/Device Installs
      • IPFire
    • Cloud Installation Guides
      • Automated Installation on Amazon Web Services (AWS)
      • Automated Installation on Google Cloud Platform (GCP)
      • Automated Installation on Microsoft Azure
      • Automated Installation on Oracle Cloud Infrastructure (OCI)
    • Available Releases
  • Installation FAQ
    • How to activate an atSign
    • Reuse your client atSign on another machine
      • Generate a new set of cryptographic keys
    • How to name a device
    • How to generate SSH keys
    • Why activate the device atSign on the client?
  • Usage
    • npt Usage
      • Additional Configuration
    • sshnp Usage
      • Client Additional Configuration
    • sshnpd configuration
      • Daemon Additional Configuration
  • Integrations
    • OpenSSH config
    • PuTTY config
  • Use Cases
    • SSH
    • SFTP
    • RDP
    • Web Server
    • SMB
    • Be your own VPN
  • Product Information
    • NoPorts Policy Service
    • FAQ
    • How It Works
    • Under The Hood
    • Sequence Diagram
  • Related Pages
    • Main Site
    • GitHub
Powered by GitBook
On this page
  • Upgrade sshnp
  • Verify the Upgrade
  • Troubleshooting the Upgrade
Edit on GitHub
Export as PDF
  1. Installation
  2. Manual Installation Guides

Client Upgrade

PreviousClient installationNextOpenWrt Installation Guide

Last updated 9 months ago

Upgrade sshnp

Upgrading to the latest version of sshnp is identical to the installation process.

Please see the to proceed.

Verify the Upgrade

To check the current version of sshnp installed on your machine simply execute the binary:

sshnp

The first line of output should contain the version information:

Version : x.x.x
sshnp

The first line of output should contain the version information:

Version : x.x.x
sshnp.exe

The first line of output should contain the version information:

Version : x.x.x

Troubleshooting 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 sshnp

The 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 sshnp

The 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.

installation guide