Separating out my ssh configs into ~/.ssh/config.d/
My ~/.ssh/config file grew large and difficult to edit. You can make your ~/.ssh/config have only one lineThen you can create the config.d/ folder and then add as many different config files as you need, one for home, one for each different VPS provider, ect. Add whatever file sync program you like and have it everywhere.
My ~/.ssh/config file grew large and difficult to edit. You can make your ~/.ssh/config have only one line
Code:
include config.d/*
Statistics: Posted by thatguychuck — 2024-03-05 23:32