1
1
mirror of https://gitea.com/gitea/tea synced 2025-11-23 01:13:07 +01:00
tea/modules
qwerty287 4877f181fb Only prompt for SSH passphrase if necessary (#844)
Since one of the last updates (I cannot tell you exactly which one, but likely 0.10 or 0.11), tea always asks me for my ssh passphrase without actually needing it. I do not have anything configured regarding SSH keys.

The passphrase is not even verified, you can enter anything there. But as this is quite annoying, I fixed this by moving the prompt to only be used when a ssh key/cert is configured.

Would be nice to get this in. Thanks!

Reviewed-on: https://gitea.com/gitea/tea/pulls/844
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: qwerty287 <qwerty287@posteo.de>
Co-committed-by: qwerty287 <qwerty287@posteo.de>
2025-11-20 01:32:28 +00:00
..
auth Continue auth when failed to open browser (#794) 2025-08-18 03:12:25 +00:00
config Only prompt for SSH passphrase if necessary (#844) 2025-11-20 01:32:28 +00:00
context Fix: Only prompt for login confirmation when no default login is set (#839) 2025-10-27 17:52:04 +00:00
debug add debug mode and update readme (#805) 2025-09-10 19:10:02 +00:00
git spdx (#581) 2023-09-08 01:40:02 +00:00
interact Login requires a http/https login URL and revmoe SSH as a login method. SSH will be optional (#826) 2025-10-18 23:09:27 +00:00
print feat: add repository webhook management (#798) 2025-10-19 03:40:23 +00:00
task Login requires a http/https login URL and revmoe SSH as a login method. SSH will be optional (#826) 2025-10-18 23:09:27 +00:00
theme Use bubbletea instead of survey for interacting with TUI (#786) 2025-08-11 18:23:52 +00:00
utils Login requires a http/https login URL and revmoe SSH as a login method. SSH will be optional (#826) 2025-10-18 23:09:27 +00:00
workaround spdx (#581) 2023-09-08 01:40:02 +00:00