Expose SSH access
Securely access your home or office machine from anywhere using rexpose.app.
Setup
- Ensure SSH server is running on your machine (usually port 22).
- 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
- 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
- Ensure SSH server is running on your machine (usually port 22).
- 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
- 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.
