mirror of
				https://github.com/KevinMidboe/dotfiles.git
				synced 2025-10-29 17:40:19 +00:00 
			
		
		
		
	Added IgnoreUnknown to handle configation warning: Bad configuration option: usekeychain
This commit is contained in:
		
							
								
								
									
										17
									
								
								.ssh/config
									
									
									
									
									
								
							
							
						
						
									
										17
									
								
								.ssh/config
									
									
									
									
									
								
							| @@ -1,14 +1,15 @@ | ||||
| Include ~/.ssh/*_config | ||||
|  | ||||
| Host imm | ||||
|     HostName 10.0.0.114 | ||||
|     User USERID  | ||||
|     KexAlgorithms diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1 | ||||
|   HostName 10.0.0.114 | ||||
|   User USERID  | ||||
|   KexAlgorithms diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1 | ||||
|  | ||||
| Host * | ||||
|    AddKeysToAgent yes | ||||
|    UseKeychain yes | ||||
|    IdentityFile ~/.ssh/id_rsa | ||||
|   AddKeysToAgent yes | ||||
|   IgnoreUnknown UseKeychain | ||||
|   UseKeychain yes | ||||
|   IdentityFile ~/.ssh/id_rsa | ||||
|  | ||||
| Host apollo | ||||
|   HostName 10.0.0.102 | ||||
| @@ -49,8 +50,8 @@ Host hub | ||||
|   HostName 10.0.0.25 | ||||
|         User pi | ||||
| Host ntnu | ||||
|         Hostname login.stud.ntnu.no | ||||
|         User komidboe | ||||
|   Hostname login.stud.ntnu.no | ||||
|   User komidboe | ||||
|  | ||||
| Host chip2 | ||||
|   Hostname 10.0.0.67 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user