updated config
This commit is contained in:
		| @@ -134,7 +134,14 @@ | |||||||
| 		promptInit = "neofetch"; | 		promptInit = "neofetch"; | ||||||
| 	}; | 	}; | ||||||
|  |  | ||||||
| 	services.openssh.enable = true; | 	services.openssh = { | ||||||
|  | 		enable = true; | ||||||
|  | 		settings = { | ||||||
|  | 			PasswordAuthentication = false; | ||||||
|  | 			KbdInteractiveAuthentication = false; | ||||||
|  | 			PermitRootLogin = "yes"; | ||||||
|  | 		}; | ||||||
|  | 	}; | ||||||
|  |  | ||||||
| 	####### TOR ####### | 	####### TOR ####### | ||||||
| 	services.tor = { | 	services.tor = { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user