-
-
Notifications
You must be signed in to change notification settings - Fork 302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permission denied (publickey). #24
Comments
Hum... I don't really understand why this would happen :( |
Yesterday, I have found what was causing the issue. My client did not have a ssh key. Oups |
Okay great :) |
Having to run ssh-keygen is annoying. It would be better if tmate accepted both pubkey and password auth, accepting any key and any password. |
I could make the authentication optional by patching libssh, this might be better |
nevermind the patching. libssh works just fine. ssh clients work like that:
the problem if I allow no authentication is that I will never have the chance to grab a public key (which will be very useful in the future when html5 comes in the mix), and also I might increase noise due to ssh bruteforcing bots. |
Same problem for me and my friend. |
Same problem as well... It is a little annoying that the other party needs to run ssh-keygen... |
Hi, @martinos , How you solved the problem. Can you share please? |
@kauser-cse-buet He wrote that he solved it: 'My client did not have a ssh key.' so we can imagine he used |
I'm having this issue with a key with passphrase could someone help me? |
@annacruz use |
From one of my client host, when I launch the ssh I the following message:
When I
I get
I don't understand because I am able to access my tmate server from other hosts on the net.
Do you have an idea of what might be the issue?
The text was updated successfully, but these errors were encountered: