Git Product home page Git Product logo

Comments (5)

Julien-R44 avatar Julien-R44 commented on September 26, 2024 1

Hello, thank you very much!
I don't have a Linux computer at hand so I can't answer you right now. It doesn't seem to me that there is a way to escape anything in an SSH config file, but I will check that.
What I can tell you is that I plan to add another way to make groups for fast-ssh via comments, like this:

# FastSSH
#   Group Development
#   AnotherMetaDataKey Foo
Host alpha
    Hostname 1.2.3.4
    User superman
    IdentityFile /keys/personal.pem
    ServerAliveInterval 60

This should solve your problem. I hope to implement this in the next few weeks !

from fast-ssh.

lanceschi avatar lanceschi commented on September 26, 2024 1

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 ~/.ssh/config with a lot of entries.

from fast-ssh.

lanceschi avatar lanceschi commented on September 26, 2024

That new implementation for groups would be great!

from fast-ssh.

r3h0 avatar r3h0 commented on September 26, 2024

A similar issue comes up with scp. When I type scp group/host1:/ and hit TAB, the auto-complete fails to understand the path. With names like scp group-host1:/ it successfully completes the possible options. This ended up being a deal breaker for me (for now anyway) since it's easier to remember my SSH hosts than to remember the exact paths on each one.

from fast-ssh.

r3h0 avatar r3h0 commented on September 26, 2024

@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.

from fast-ssh.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.