Eugeny / tabby

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

SSH Hosts with same IP and Port can not save passwords separately #4883

Open securnetic opened 2 years ago

securnetic commented 2 years ago

Similar to the now closed issue #3520, I have 2 differents hosts which end up having the same IP and port for SSH when I'm connected to them through different VPNs. The passwords in the vault are saved as one, even though they have two different labels.

Is it possible to add the SSH connection label as a distinction, so the correct password can be saved to the correct labeled connection, irrespective of IP and port? (this solution would also supersede #3520)

Example: I connect to VPN1, and want to SSH to 10.0.0.2 on port 22, with a username "pi" and a password1. Then later, I disconnected from VPN1, connect to VPN2, and want to SSH to 10.0.0.2 on port 22, with a username "pi" and a password2. Right now, only one password is saved when I save them, as they're referring to pi@10.0.0.2:22 instead of the SSH connection label.

carloslato commented 1 week ago

any update on this ?