Skip to content

Added new feature #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Added new feature #3

wants to merge 1 commit into from

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