16%
    
    
    30.01.2024
        
    
    	
        AliveInterval and ClientAliveCountMax, are intended to help meet the compliance requirements:
grep -i clientalive /etc/ssh/sshd_config
ClientAliveInterval 600
ClientAliveCountMax 0
Once you have made these changes to your
    
 
		    
				        
    16%
    
    
    25.03.2021
        
    
    	
         (Listing 1), which indicates a push.
Listing 1
Server Push in Log
2020-11-22T12:01:10+01:00 1606042870.567 200 605 h2 "GET /index.html HTTP/2.0"
2020-11-22T12:01:10+01:00 1606042870.567 200
    
 
		    
				        
    16%
    
    
    30.05.2021
        
    
    	
        . The patch status of your Hyper-V hosts therefore plays an important role.
For example, Microsoft closed a critical vulnerability in Hyper-V on patch day in October 2020. Attackers were able to execute
    
 
		    
				        
    16%
    
    
    08.10.2015
        
    
    	
           | active |
| 95fe59ac-920f-43f0-964c-1aabdd972b0d | cirros-0.3.4-x86_64-uec-ramdisk | ari         | ari              | 3740163   | active |
| 58ac680d-f640-4af0-83e5-23d417ab4f70 | fedora-21-atomic-3
    
 
		    
				        
    16%
    
    
    30.05.2021
        
    
    	
         steering council [11] already recommended the adoption of the proposal in December 2020. Nevertheless, the topic only really boiled up with the adoption of the proposal, certainly because of the size
    
 
		    
				        
    16%
    
    
    03.04.2024
        
    
    	
         Kubernetes Engine (RKE), which became part of SUSE in December 2020. The distribution has been around since 2019 and can be operated with minimal resources. According to the manufacturer, K3s even runs
    
 
		    
				        
    16%
    
    
    27.09.2021
        
    
    	
         are regularly confused by their names: Gatekeeper also regularly goes by the name OPA 1.0 on the web, and the terms "Open Policy Agent with Kubernetes sidecar" and "Gatekeeper as Kubernetes policy engine" somehow
    
 
		    
				        
    16%
    
    
    09.10.2017
        
    
    	
         for backward compatibility. When this article was written in November 2016, 2.7.12 was the current version number, which we used on both Windows 10 and Ubuntu 16.10. The end-of-life for Python 2 is 2020
    
 
		    
				        
    16%
    
    
    20.06.2022
        
    
    	
        ://get.k3s.io | sh -s - server --datastore-endpoint="mysql://rancher:secret@tcp(10.42.0.1:3306)/rancher"
Of course, the command specified here will only work if the system has direct access to the Internet
    
 
		    
				        
    16%
    
    
    06.10.2022
        
    
    	
        
, the command would be:
$ curl -sfL https://get.k3s.io | sh -s - server --datastore-endpoint="mysql://rancher:secret@tcp(10.42.0.1:3306)/rancher"
This command only works if the system has access to the Internet