Unable to ssh in my server #58

Open
opened 2022-07-27 20:50:13 +00:00 by Ghost · 5 comments

Hi,

First of all, an amazing tool!

I am unable to connect to my server that has ssh auto running.

I am using ssh SERVER_NAME but it is telling me Error connecting to SERVER_URL authFailed.

What should I do here?

I cannot download telebit on my client.

Hi, First of all, an amazing tool! I am unable to connect to my server that has `ssh auto` running. I am using `ssh SERVER_NAME` but it is telling me `Error connecting to SERVER_URL authFailed`. What should I do here? I cannot download telebit on my client.
Owner

First off: Can you ssh into your server from a machine that's on the same network?

First off: Can you ssh into your server from a machine that's on the same network?
Author

Hi @coolaj86 ,

Yes

Hi @coolaj86 , Yes
Owner

I don't know because I don't know what your setup is like or what flavor of ssh you're running, etc.

If you're on a linux client using OpenSSH with OpenSSL and telebit is working correctly on your server and it's a linux server running OpenSSH then your client needs a config file with ProxyCommand specified:

~/.ssh/config:

Host my-example-000.telebit.io
    User my-remote-username
    Hostname my-example-000.telebit.io
    ProxyCommand openssl s_client -connect %h:443 -servername %h -quiet
I don't know because I don't know what your setup is like or what flavor of ssh you're running, etc. If you're on a linux client using OpenSSH with OpenSSL and telebit is working correctly on your server and it's a linux server running OpenSSH then your client needs a config file with `ProxyCommand` specified: `~/.ssh/config`: ```bash Host my-example-000.telebit.io User my-remote-username Hostname my-example-000.telebit.io ProxyCommand openssl s_client -connect %h:443 -servername %h -quiet ```
Author

My client says ProxyCommand not found.

Can I get by passing some ssh flags?

My client says ProxyCommand not found. Can I get by passing some ssh flags?
Author

@coolaj86 , the reason I am asking this is because I only have access to "read-only" terminal in my client. So, I can only use a few commands to ssh in my server.

@coolaj86 , the reason I am asking this is because I only have access to "read-only" terminal in my client. So, I can only use a few commands to ssh in my server.
Sign in to join this conversation.
No Label
feature
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coolaj86/telebit.js#58
No description provided.