-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Issue with SFTP URIs and grouped hosts #13
Comments
Hello, thank you very much!
This should solve your problem. I hope to implement this in the next few weeks ! |
That new implementation for groups would be great! |
Please consider also an inline solution: Host alpha
# FastSSHGroup Development
Hostname 1.2.3.4
User superman
IdentityFile /keys/personal.pem
ServerAliveInterval 60 It would be more compact and convenient for |
A similar issue comes up with |
@Julien-R44, I love the idea of configuring FastSSH through comments in my SSH config file. Would I be able to configure the colors that way also? I default to light mode (sad, I know) and the foreground text being white is a problem for me. Let me know if you want a separate issue for that. |
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:
The only issue I'm facing is with nautilus SFTP URI bookmarks. For example the above host would translate into an invalid:
The ugly workaround I found this far is to add a second
Host
reference to the first one in the~/.ssh/config
:In order to let me correctly reference the host in SFTP URIs:
Do you know by any chance how to escape
Development/alpha
?Thanks in advance
The text was updated successfully, but these errors were encountered: