Remove unnecessary SSH rsa key configuration
The `HostKeyAlgorithms +ssh-rsa` setting has been removed from the SSH configuration in the default Nix file. This change simplifies the config and helps ensure compatibility with modern security practices.
This commit is contained in:
		
							parent
							
								
									836f4a2848
								
							
						
					
					
						commit
						50f8db87eb
					
				
					 1 changed files with 0 additions and 4 deletions
				
			
		|  | @ -18,10 +18,6 @@ in | |||
|     home.packages = with pkgs; [ mosh ]; | ||||
|     programs.ssh = { | ||||
|       enable = true; | ||||
|       extraConfig = '' | ||||
|         Host * | ||||
|           HostKeyAlgorithms +ssh-rsa | ||||
|       ''; | ||||
|     }; | ||||
|   }; | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue