Unable to ssh in my server #58

Atvērta
Ghost atvēra 2022-07-27 20:50:13 +00:00 · 5 komentāri

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.
Īpašnieks

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?
Autors

Hi @coolaj86 ,

Yes

Hi @coolaj86 , Yes
Īpašnieks

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 ```
Autors

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?
Autors

@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.
Nepieciešams pieteikties, lai pievienotos šai sarunai.
2 dalībnieki
Paziņojumi
Izpildes termiņš
Izpildes termiņš nav uzstādīts.
Atkarības

Nav atkarību.

Atsaucas uz: coolaj86/telebit.js#58
Nav sniegts apraksts.