Always ask "Private key passphrase"
See original GitHub issueVersion: 1.0.173 Platform: macOS x64 21.3.0 Plugins: none Frontend: xterm
When using ssh **@***.****.***.***
, tabby always ask me to input the “Private key passphrase”. Either input the key in or esc it, the alert window is always at the front, and tabby doesn’t ssh correctly. Make sure the private keys are there.
Anyone know this?
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:5
Top Results From Across the Web
ssh - How to avoid being asked passphrase each time I push ...
You need to use an ssh agent. Short answer: try $ ssh-add. before pushing. Supply your passphrase when asked. If you aren't already...
Read more >SSH key asking me for a passphrase? - Super User
First off it's the private key that will have the pass-phrase. This validates against the public key stored on the remote server.
Read more >git - SSH Key - Still asking for password and passphrase
If it is still too annoying, then simply set a ssh-key without passphrase. ... Github and added private key to ssh-agent. Below will...
Read more >EC2 instance always ask me to enter passphrase for the pem ...
I disagree, the private key might be shared by a team that needs to access a server. If the key is uploaded to...
Read more >Passphrase Explained: What is a Good Passphrase?
A passphrase generally refers to a secret used to protect an encryption key. A good passphrase should have at least 15, preferably 20...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok, I just found out what was the problem for me: I had to open PuttyGen, load the private key with passphrase, go to “Conversions” and export the key with “Export OpenSSH key”, than I changed the profile setting, pointing to the new key file. It works now, I think it should be specified in the profile creation page. Something like “Note: only OpenSSH key files are compatible”.
It just happened to me too. Plus, the private key I’m using for the SSH connection doesn’t even have a passphrase, so I think it’s just an endless cycle in the code…
Tabby in Windows 11, v. 1.0.174