Unable to ssh in my server #58

Открыто
открыт 2022-07-27 20:50:13 +00:00 пользователем Ghost · комментариев: 5
Ghost прокомментировал(а) 2022-07-27 20:50:13 +00:00

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.
coolaj86 прокомментировал(а) 2022-07-27 22:01:44 +00:00
Владелец

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?
Ghost прокомментировал(а) 2022-07-27 22:22:38 +00:00
Автор

Hi @coolaj86 ,

Yes

Hi @coolaj86 , Yes
coolaj86 прокомментировал(а) 2022-07-27 22:26:24 +00:00
Владелец

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 ```
Ghost прокомментировал(а) 2022-07-27 22:29:35 +00:00
Автор

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?
Ghost прокомментировал(а) 2022-07-27 22:32:06 +00:00
Автор

@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.
Войдите, чтобы присоединиться к обсуждению.
2 участников
Уведомления
Срок выполнения
Срок выполнения не установлен.
Зависимости

Зависимостей нет.

Ссылка: coolaj86/telebit.js#58
Описание отсутствует.