mirror of
				https://github.com/kastdeur/dotfiles.git
				synced 2025-10-31 03:06:35 +01:00 
			
		
		
		
	[ssh] update config.d structure
This commit is contained in:
		
							parent
							
								
									70e4aa40e6
								
							
						
					
					
						commit
						7fcea1d2c8
					
				
					 2 changed files with 9 additions and 7 deletions
				
			
		|  | @ -1,5 +1,5 @@ | |||
| # Include separate configs from ~/.ssh/config.d/ | ||||
| Include ~/.ssh/config.d/* | ||||
| Include ~/.ssh/config.d/*.config | ||||
| 
 | ||||
| # Defaults | ||||
| Host * | ||||
|  |  | |||
|  | @ -1,13 +1,15 @@ | |||
| # Separate SSH configurations | ||||
| # | ||||
| # This directory contains various separate ssh configurations. | ||||
| # This directory contains various separate ssh configurations | ||||
| # as `*.config` files. | ||||
| 
 | ||||
| # Ordering of various lemmas is important. Therefore, one can use | ||||
| # a numeric prefix for ordering. | ||||
| # Ordering of various lemmas is important. | ||||
| # Therefore, one can use a numeric prefix for ordering. | ||||
| # | ||||
| # At the time of writing, the current scheme has two priorities: | ||||
| # * `20-` domain specific configurations | ||||
| # * `30-` host   specific configurations | ||||
| # At the time of writing, the current scheme has three priorities: | ||||
| # * `35-` host   specific configurations | ||||
| # * `75-` domain specific configurations | ||||
| # # `99-` defaults for wildcard configurations | ||||
| # | ||||
| # Other prefixes can be added at will as long as the numeric ordering | ||||
| # is maintained. | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue