Posted on 24 Agosto, 2016
SSH and complex configs
Hi!
Today I want to talk about the .ssh/config file, for who don’t knows about it is the configuration file for SSH to customize options to connect with SSH.
The issue with this file is: it don’t supports some kind of “include”, this can be an issue if you have to write long config file.
I wrote a bit of shell script to workaround this (you can see the script hereĀ https://quickgit.kde.org/?p=scratch%2Ftomaluca%2Fssh-build-config.git).
This script creates the .ssh/config reading slice of config from .ssh/config.d/ in order and recursively.
I hope to be helpfull for someone.
Commenti recenti