FG
💻 Software

Figure out non standard ssh port

Fresh6 days ago
Mar 15, 202647243 views
Confidence Score0%
0%

Problem

I have this server that is configured to use another port instead of 22 for ssh. How may I figure out which port number it is?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Figure out non standard ssh port

Low Risk

Run - which is nmap with service detection, meaning it works out what's actually listening on the port, rather than guessing the service based on the port it's using. This will give you output that looks something like: If it still doesn't find the …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment