Expose SSH access

Securely access your home or office machine from anywhere using rexpose.app.

Setup

  1. Ensure SSH server is running on your machine (usually port 22).
  2. Add a new service, with following specs:
    • Service name: SSH
    • Service password: Choose a secure password
    • Port of the exposed service: 22
    • Service protocol: TCP
  3. Copy the run command via -button and paste it in your terminal.

Connecting

rexpose.app will provide you with a hostname and a port. You can connect using any SSH client:

ssh -p <remote-port> <user>@<remote-hostname>

Security considerations

  • Always use strong passwords or SSH keys.
  • rexpose.app provides the tunnel, but you are responsible for the security of your SSH server.

Expose SSH access

Securely access your home or office machine from anywhere using rexpose.app.

Setup

  1. Ensure SSH server is running on your machine (usually port 22).
  2. Add a new service, with following specs:
    • Service name: SSH
    • Service password: Choose a secure password
    • Port of the exposed service: 22
    • Service protocol: TCP
  3. Copy the run command via -button and paste it in your terminal.

Connecting

rexpose.app will provide you with a hostname and a port. You can connect using any SSH client:

ssh -p <remote-port> <user>@<remote-hostname>

Security considerations

  • Always use strong passwords or SSH keys.
  • rexpose.app provides the tunnel, but you are responsible for the security of your SSH server.