jtagcat / git-id

[WIP:PoC] Dumb git identity management, just works.
GNU General Public License v3.0
3 stars 0 forks source link

Include #3

Closed jtagcat closed 2 years ago

jtagcat commented 2 years ago
         Include the specified configuration file(s).  Multiple pathnames may be specified and each path‐
         name may contain glob(7) wildcards and, for user configurations, shell-like ‘~’ references to
         user home directories.  Wildcards will be expanded and processed in lexical order.  Files without
         absolute paths are assumed to be in ~/.ssh if included in a user configuration file or /etc/ssh
         if included from the system configuration file.  Include directive may appear inside a Match or
         Host block to perform conditional inclusion.
jtagcat commented 2 years ago

dunno if -F can be specified multiple times

jtagcat commented 2 years ago

Because of the potential for abuse, this file must have strict per‐missions: read/write for the user, and not writable by others.

Used to also include:

It may be group-writable provided that the group in question contains only the user.

aka chmod 644 max