What is my IP address for SSH?

Your public IP (shown above) is what you use to SSH into a machine on your network from outside, or to whitelist yourself on a remote server or cloud firewall.

  • Instant results
  • Private by design
  • No ads, no tracking

Your public IP address

216.73.216.157
IPv6Not available

This is the address that websites, apps and online services see when you connect. ipnow doesn't store or log it.

Location

Network & ISP

Location is estimated from your IP address and may differ from your exact physical location.

IP addresses and SSH access

How your public IP is used for SSH — both for reaching your own machines and for allowlisting on remote servers.

SSH into your home machine

To SSH into a computer on your home network from outside, you connect to your public IP (shown above) on the SSH port. Your router must forward that port to the target machine's local IP. Then run `ssh user@YOUR_PUBLIC_IP -p PORT` from anywhere.

Whitelisting your IP on remote servers

Cloud providers (AWS, GCP, Azure, DigitalOcean) let you restrict SSH access to specific IPs via security groups or firewall rules. Add the public IP shown above to the allowlist so only your connection can reach port 22 — a major security improvement over allowing all IPs.

Handling a dynamic IP for SSH

If your public IP changes, saved firewall allowlists and connection targets break. Use a DDNS hostname (No-IP, Duck DNS) so you can `ssh user@yourname.ddns.net` regardless of IP changes. For cloud allowlists, update the rule when your IP changes, or use a bastion/VPN.

Securing SSH access

Change the default SSH port (22) to reduce automated scanning, disable password auth in favor of SSH keys, and restrict access by IP where possible. For maximum safety, place SSH behind a VPN (WireGuard/Tailscale) so it is never directly exposed to the internet.

SSH exposure and your IP

The security implications of exposing SSH and how to reduce risk.

What exposing SSH means

Forwarding an SSH port to the internet makes your machine reachable at your public IP. Automated bots constantly scan for open SSH ports and attempt logins. Key-based authentication and IP allowlisting are essential protections.

We never log it

ipnow shows no ads and runs no trackers. We never store or log your IP address on our servers. Geolocation and ISP details are fetched from privacy-respecting third-party providers.

Best practices for secure SSH

Use SSH keys (never passwords), disable root login, install fail2ban to block brute-force attempts, and prefer a VPN or Tailscale so SSH stays off the public internet entirely. Allowlist only the specific public IPs that need access.

Frequently asked questions

Common questions about IP addresses and how ipnow works.

Your public IP is shown at the top of this page. Use it to SSH into a machine on your home network from outside (with port forwarding), or to whitelist your connection on a remote server's firewall.