fast-ssh
fast-ssh copied to clipboard
⌨️ FastSSH is a TUI that allows you to quickly connect to your services by navigating through your SSH config.
A valid usage of ssh config files is includeing a directory of configs: `include ~/.ssh/config.d/*` fast-ssh complains that the config is invalid: ``` SSH configuration contains the following errors: *...
Nice to have a notes section that I can add to the connections... Simple notes that remind you of the items hosted on the remote server etc...
Hello @Julien-R44, and thanks for the beautiful fast-ssh TUI app! I'd like especially the possibility to group the various hosts just prefixing them with a word/string and a slash: ```shell...
If `fast-ssh` is built with an up-to-date version of `rustc`, the compiler complains about `constraints.as_ref()` being ambiguous, demanding the types involved in the `.constraints()` call be clarified with a `::`...
Right now fast-ssh exits after starting ssh session. This means that fasy-ssh needs to be started for every connection. It would be nice if fast-ssh could start an separate process...
After updating from 0.3.1 to 0.3.2 on Windows 11 (x64) fast-ssh.exe doesn't show the menu at all, first entry from .ssh/config is automatically picked and connection is initiated. Same behavior...
Its verry verry wip because i'm not developer for now its works but its verry bad ;/
Hi thanks a lot for this i'm preparing a PR for cargo binstall , in work place we use a lot of password so i use a lot sshpass command...
If host using a SSH Jump Host via ProxyJump directive in SSH config and user rename Jump Host for using fast-ssh grouping, like `work/jump-prod` then SSH would print an error...