Skip to content

Conversation

@NidroidX
Copy link

Added password storing.
Added fzf search on saved connection and fast connect.

Copy link

@tommyme tommyme left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool feature, useful!
what about make it a cmdline tool, don't need to input numbers over and over again.

Maybe someday, when you open a tmux window for SSH, you'll see fzf fuzzing your SSH sessions.

@NidroidX
Copy link
Author

i think i could do that but idk if i want something like a terminal command or something more like lazygit.
Also thinking on implementing something for the password cause now are in clear.
I appreciate suggestions.

@itachi1621
Copy link
Owner

Hi, sorry for the late reply! I would advise against storing passwords in plain text. Instead, consider adding an option to generate an identity file using ssh-keygen, then copying it to the remote system with ssh-copy-id. You can store the reference where applicable.

The idea of using fzf sounds great; however, to my knowledge, it's not available on the system by default. For that feature, you might want to consider using grep or another built-in tool to avoid adding additional dependencies.

Thanks again for your contribution! 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants