Unable to ssh in my server #58
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 meError connecting to SERVER_URL authFailed
.What should I do here?
I cannot download telebit on my client.
First off: Can you ssh into your server from a machine that's on the same network?
Hi @coolaj86 ,
Yes
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
:My client says ProxyCommand not found.
Can I get by passing some ssh flags?
@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.