Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

Maybe an agent that just syncs would be a better option (for desktop), so users can keep using their preferred terminal.

Interesting that it is a YC startup.



view as:

You can use Termius CLI that syncs the data to your machine and enable working with it in the terminal https://docs.termius.com/termius-cli/termius-cli

I didn't know this existed, thanks,

Hm, seems like it stores SSH key passwords in plain text?

https://github.com/Crystalnix/termius-cli/issues/132

Any comment on that?


Yes, that is user's home directory, e.g., SSH keys in ~/.ssh are also plain text.

Not their passwords, tho. I am not trying to be difficult here, just trying to understand the reasoning behind leaving the passwords stored in plain text.

We found no way to store password somehow else as Keychains are platform specific, but we plan to add Keychain support in the future.

If you used ‘platform specific’ built-in secrets sync you’d be done... but then how would you justify charging for the built in sync? So I see your conundrum.

> …SSH keys in ~/.ssh are also plain text.

What? Mine aren't, nor have they ever been…

If you are storing ssh private keys on disk without a password you are doing something wrong.


If someone can read the files in .ssh, chances are they can also add an alias to the ssh command that steals your passphrase. As for the "stolen laptop" scenario, whole disk encryption is preferable.

My dot files are valuable to me, and I have struggled with a number of different systems for managing them across devices. I feel less attached to the terminal emulator itself, and switch peridocially as different programs interact weirdly with different terminals. Especially on WSL.

Secure effective syncing would give me the valuable thing, while still having the freedom to bounce around terminals.

For context, I currently use termius on ipad, but use termux on android and flavor of the week on desktop, currently WSLtty. I have used the pro version of termius in the past, but do not currently.


Legal | privacy