Eugeny / tabby

A terminal for a more modern age
https://tabby.sh
MIT License
59.26k stars 3.4k forks source link

SSH password is not getting saved and every time it asks for the password.. #9320

Open AnilaSri opened 11 months ago

AnilaSri commented 11 months ago

Describe the problem: The password stored is not being used for ssh connection

To Reproduce:

  1. Create a new profile
  2. Select ssh connection
  3. Give the IP of the host and select the password as the authentication method
  4. Set the password and save it
  5. When the host is started, I'm getting the following error:

    SSH Connecting to SSH Host key fingerprint: SSH ecdsa-sha2-nistp256 l26xRjU+QVBxgsqh+3hVtb3q2H4v0GdoNW8WxlE1kms=

    SSH Connecting to SSH Host key fingerprint: SSH ecdsa-sha2-nistp256 l26xRjU+QVBxgsqh+3hVtb3q2H4v0GdoNW8WxlE1kms= X All configured authentication methods failed I have verified the username and password and they are correct

KlasiK116 commented 7 months ago

I get the same message. The workaround that I found is to set the SSH connection to interactive. I prefer to have the authentication method password fixed so that it saves and just uses the username and password I set. For some reason when the authentication is set to password it tries to use other methods still. But again though, setting the authentication to interactive seems to be the only solution which prompts me to manually enter the password and it connects fine after that.