Not a GUI, but I keep my ~/.ssh/config
clean by splitting my configs into folders, and including them in the main ~/.ssh/config.
I have the folder, ~/.ssh/config.d/
, and here’s what it looks like:
~/.ssh/config.d
.
├── work
│ ├── dev.config
│ ├── staging.config
│ └── prod.config
└── server
├── development.config
├── containers.config
├── home.config
├── pis.config
└── server.config
Then my ~/.ssh/config
looks like this:
Include config.d/work/*
Include config.d/server/*
Include config.d/other/*
I hate that we already know that there’s going to be bullshit in every bill that hits the floor; but it’s just going to carry on through without resistance
Sure - AOC is “tearing it apart”, but the republicans don’t give a shit, they’ll will just vote in favour regardless, and it’ll get passed
Also, what’s the point of voting anyway? Wouldn’t DOGE just make the cuts anyway?