logoalt Hacker News

caminanteblancoyesterday at 10:41 PM2 repliesview on HN

This looks awesome! Is there a way to log in some way that doesn't leave your credentials saved in a text file or your bash history? I would use this at work, but I think my sysadmin would eat me alive if I was storing the login credentials in plaintext


Replies

MaxTeabagtoday at 7:40 PM

That's a really good point.

I am going to implement the option to leave the password blank, so you'll get prompted for a password on connection every time, so nothing will get stored.

In the next release I am going to use Keyring to store credentials on the operating system's credential store. Stay tuned :)

nodesockettoday at 11:01 AM

Agree, the ability to define an in-memory only connection seems super useful.