fast-ssh icon indicating copy to clipboard operation
fast-ssh copied to clipboard

⌨️ FastSSH is a TUI that allows you to quickly connect to your services by navigating through your SSH config.

Results 16 fast-ssh issues
Sort by recently updated
recently updated
newest added

It could be cool to make it install with cargo binstall to make it easyer to install https://github.com/cargo-bins/cargo-binstall

When I try connecting to a remote ssh host inside my $HOME/.ssh/config I cannot pass a SetEnv or SendEnv variable, like this: ``` Host * SendEnv TERM=xterm-256color ``` I get...

Add the ability to display notes under "Configuration" by adding comments to the SSH Config file. When using the following config: ``` # - Production Server # - On Corporate...

When going from a list of say 4 items and switching to a group that has only 2 items in it I noticed that the next group selection would be...

Just started using fast-ssh. One of the first thing that I had noticed after adding my ssh config file was that when we have more groups that what is able...

It seems the latest 0.3.2 update has caused the app to stop working properly on Windows. It now immediately select the first item in the list when the app is...