SSH
Access local SSH from the internet
Steps to access local SSH from the internet
Step 1: Download LocalXpose
Windows
Linux
MacOS
Docker
Step 2:
Start your SSH server (e.g.
localhost:22
)
Step 3: Run LocalXpose form your terminal and point it to your SSH local address.
$ loclx tunnel tcp --port 2222 --to localhost:22
This command will generate a publicly accessible address (e.g.
us.loclx.io:2222
)
that you can use to access your SSH server.Access your infrastructure securely without configuring the cloud
LocalXpose will create a secure tunnel to your network, so you can focus on your most important work.
By signing up, you agree to the
Terms of Service
& Privacy Policy
About SSH
SSH is a protocol for securely exchanging data between two computers over an untrusted network. SSH protects the privacy and integrity of the transferred identities, data, and files. It runs in most computers and in practically every server. It ships standard on UNIX, Linux, and macOS machines and it is used in over 90% of all data centers in the world.
Other apps
Mailgun
Mailgun is a leading provider of email API services you can use to send, validate, and receive emails through your domain at scale. It also lets you track the performance of your sent emails with robust open, click, bounce, and delivery tracking.
XAMPP
XAMPP is a free and open-source cross-platform web server solution stack package developed by Apache Friends, consisting mainly of the Apache HTTP Server, MariaDB database, and interpreters for scripts written in the PHP and Perl programming languages.
Localhost
In computer networking, localhost is a hostname that refers to the current device used to access it. It is used to access the network services that are running on the host via the loopback network interface. Using the loopback interface bypasses any local network interface hardware.