question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

how to connect via ssh to a localtunnel tunnel?

See original GitHub issue

I’m trying to connect to a tunnel via ssh but it gives me access denied, any ideas?

Server

lt --port 22
https://chicken-12.loca.lt

client

ssh user@chicken-12.loca.lt
user@chicken-12.loca.lt's password: 
Permission denied, please try again.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:3
  • Comments:7

github_iconTop GitHub Comments

3reactions
TheBoroercommented, Aug 19, 2021

Unfortunately, you can’t ssh via localtunnel since localtunnel only tunnels HTTP/HTTPS traffic. Feel free to use something like ngrok (a general tcp tunnelling service)

2reactions
AyaanZavericommented, Aug 19, 2021

Ngrok?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Tunneling to localhost via SSH - Jayway
One easy way to do this is to use localtunnel. localtunnel is a Ruby gem that is meant for exactly this purpose. Here's...
Read more >
SSH Tunneling: Client Command & Server Configuration
Local forwarding is used to forward a port from the client machine to the server machine. Basically, the SSH client listens for connections...
Read more >
SSH Tunneling — Exposing local applications to the internet!!!
localtunnel. To use this service, you'll need to have Node.js installed on your host machine. Firstly, you'll need to install ...
Read more >
How to Set up SSH Tunneling (Port Forwarding) - Linuxize
SSH tunneling or SSH port forwarding is a method of creating an encrypted SSH connection between a client and a server machine through...
Read more >
Access the server using an SSH tunnel - Bitnami Documentation
In the “Connection -> SSH -> Tunnels” section, create a secure tunnel by forwarding a port (the “destination port”) on the remote server...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found